You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/04/09 04:43:19 UTC

[incubator-nuttx-testing] branch master updated: Sync with the main repo

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 072bd86  Sync with the main repo
072bd86 is described below

commit 072bd8613cc200e585e3e08bc0c9f4a0e51c7f1a
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Apr 9 13:36:39 2020 +0900

    Sync with the main repo
    
    Namely, apply the following commit:
    
        commit c9be02d6285344b14e6ce9062f56656c18870560
        Author: liuhaitao <li...@xiaomi.com>
        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 <li...@xiaomi.com>
---
 .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: