Skip to content

Commit

Permalink
CI: remove the additional pull docker container step
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liuguo09 authored and xiaoxiang781216 committed Apr 3, 2020
1 parent 52abe14 commit 7c8c305
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c8c305

Please sign in to comment.