mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
CI: remove the additional pull docker container step
There is chance pull docker container failure in build jobs, remove the additional pull docker container step may make it more stable. Meanwhile, it also saves some time for build job. Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
@@ -57,9 +57,6 @@ jobs:
|
||||
username: ${GITHUB_ACTOR}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run Pull Container
|
||||
uses: ./testing/.github/actions/ci-container
|
||||
|
||||
- name: Run builds
|
||||
uses: ./testing/.github/actions/ci-container
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user