Skip to content

Commit 072bd86

Browse files
yamtbtashton
authored andcommitted
Sync with the main repo
Namely, apply the following commit: commit c9be02d6285344b14e6ce9062f56656c18870560 Author: liuhaitao <[email protected]> Date: Fri Apr 3 16:42:37 2020 +0800 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 <[email protected]>
1 parent 29f2116 commit 072bd86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
username: ${GITHUB_ACTOR}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

60-
- name: Run Pull Container
61-
uses: ./testing/.github/actions/ci-container
62-
6360
- name: Run builds
6461
uses: ./testing/.github/actions/ci-container
6562
env:

0 commit comments

Comments
 (0)