diff options
Diffstat (limited to 'source/build_complete.sh')
-rw-r--r-- | source/build_complete.sh | 2 |
1 files changed, 1 insertions, 1 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 |