This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 072bd8613cc200e585e3e08bc0c9f4a0e51c7f1a Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Thu Apr 9 13:36:39 2020 +0900 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]> --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ddd00e..cf37b70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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:
