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 17:07:56 +08:00 committed by Xiang Xiao
parent 52abe148ce
commit 7c8c30537f

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: