diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index 97b602d..00f006f 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -27,6 +27,10 @@ if [[ -z $SKIP_BUILD ]]; then --exclude cerc/plugeth-statediff fi -$laconic_so deploy \ - --env-file $CONFIG_DIR/stack.env \ - --cluster test up +if ! $laconic_so deploy \ + --env-file $CONFIG_DIR/stack.env \ + --cluster test up +then + $laconic_so deploy --cluster test logs + exit 1 +fi