diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/build_complete.sh | 2 | ||||
-rw-r--r-- | source/definitions_update.sh | 2 | ||||
-rw-r--r-- | source/deploy_complete.sh | 2 | ||||
-rw-r--r-- | source/repo_update.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh index f995e63..1672226 100644 --- a/source/build_complete.sh +++ b/source/build_complete.sh @@ -1,6 +1,6 @@ #!/bin/sh # this will run once ybd has finished a build -set -e +set -ex SYSTEM=$1 BUILDSLAVE_SCRIPTS_SHA=$2 DEFINITIONS_SHA=$3 diff --git a/source/definitions_update.sh b/source/definitions_update.sh index 6fb627f..2ecad0e 100644 --- a/source/definitions_update.sh +++ b/source/definitions_update.sh @@ -1,6 +1,6 @@ #!/bin/sh # this will go on the definitions post-receive hook -set -e +set -ex category=definitions diff --git a/source/deploy_complete.sh b/source/deploy_complete.sh index a498bac..a66b7a7 100644 --- a/source/deploy_complete.sh +++ b/source/deploy_complete.sh @@ -1,6 +1,6 @@ #!/bin/sh # this will run once ybd has finished a build -set -e +set -ex category=postdeploy diff --git a/source/repo_update.sh b/source/repo_update.sh index f1c0fca..3c82ca7 100644 --- a/source/repo_update.sh +++ b/source/repo_update.sh @@ -1,6 +1,6 @@ #!/bin/sh # this will go on the post-receive hooks for repos updated by lorry -set -e +set -ex category=lorry |