Stop on error
Former-commit-id: 7c6b2543af53cbf0cb79af1d9aadc262a4052e80
This commit is contained in:
parent
d2dfcc813f
commit
f87f3d4765
@ -1,3 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
||||
set -x
|
||||
fi
|
||||
# Basic simple test of stack-orchestrator functionality
|
||||
echo "Running stack-orchestrator smoke test"
|
||||
# Bit of a hack, test the most recent package
|
||||
|
Loading…
Reference in New Issue
Block a user