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/09/12 20:35:39 UTC

[incubator-nuttx-testing] branch master updated: make bash abort on error

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 4388b3e  make bash abort on error
4388b3e is described below

commit 4388b3e8f71b36446ecb1ae62dacedf08a82228b
Author: Matias N <ma...@protobits.dev>
AuthorDate: Sat Sep 12 16:52:06 2020 -0300

    make bash abort on error
---
 .github/actions/ci-container/action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/ci-container/action.yaml b/.github/actions/ci-container/action.yaml
index d651824..bf7e9cc 100644
--- a/.github/actions/ci-container/action.yaml
+++ b/.github/actions/ci-container/action.yaml
@@ -21,5 +21,5 @@ runs:
   image: 'docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux'
   args:
     - "/bin/bash"
-    - "-c"
+    - "-ce"
     - ${{ inputs.run }}