summaryrefslogtreecommitdiff
path: root/deploy_a_system.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-10 16:32:49 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-10 16:32:49 +0100
commit7abb4d83e640ef6dc5c0e8951c7c80d4411fb225 (patch)
tree7cb2f9bd903a8cd19a53cb124531a1d5b8e7e139 /deploy_a_system.sh
parent95426b5a8deab9c89323a60381e31fafcbe6425d (diff)
downloadbuildslave-scripts-7abb4d83e640ef6dc5c0e8951c7c80d4411fb225.tar.gz
set -e all the things
Diffstat (limited to 'deploy_a_system.sh')
-rwxr-xr-xdeploy_a_system.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy_a_system.sh b/deploy_a_system.sh
index fd52a52..5cd2728 100755
--- a/deploy_a_system.sh
+++ b/deploy_a_system.sh
@@ -2,6 +2,8 @@
# Script to deploy a cluster
+set -e
+
cluster_name="$1"
definitions_dir=definitions