Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Exit script on error
  • Loading branch information
pmuir committed Dec 9, 2016
1 parent 5cd8482 commit 0e05910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cico_build_deploy.sh
Expand Up @@ -3,6 +3,9 @@
# Show command before executing
set -x

# Exit immediately if a command exits with a non-zero status
set -e

# We need to disable selinux for now, XXX
/usr/sbin/setenforce 0

Expand Down
3 changes: 3 additions & 0 deletions cico_run_tests.sh
Expand Up @@ -3,6 +3,9 @@
# Show command before executing
set -x

# Exit immediately if a command exits with a non-zero status
set -e

# We need to disable selinux for now, XXX
/usr/sbin/setenforce 0

Expand Down

0 comments on commit 0e05910

Please sign in to comment.