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:
liuhaitao 2020-04-03 16:42:37 +08:00 committed by Xiang Xiao
parent 06910819e5
commit c9be02d628
1 changed files with 0 additions and 3 deletions

View File

@ -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: