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 a93604c3fc78d6ad7e2c686e9d7a6ec6f07dc232
Author: Xiang Xiao <[email protected]>
AuthorDate: Wed Apr 29 11:54:48 2020 +0800

    cibuild.sh: Remove -x to supress dumping the script content
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 cibuild.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index c06f4bb..d84a46a 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -16,7 +16,8 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-set -e -x
+
+set -e
 
 WD=$(cd $(dirname $0) && pwd)
 nuttx=$WD/../nuttx

Reply via email to