dump logs on stack failure
This commit is contained in:
parent
118f3366f6
commit
17238405b2
@ -27,6 +27,10 @@ if [[ -z $SKIP_BUILD ]]; then
|
|||||||
--exclude cerc/plugeth-statediff
|
--exclude cerc/plugeth-statediff
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$laconic_so deploy \
|
if ! $laconic_so deploy \
|
||||||
--env-file $CONFIG_DIR/stack.env \
|
--env-file $CONFIG_DIR/stack.env \
|
||||||
--cluster test up
|
--cluster test up
|
||||||
|
then
|
||||||
|
$laconic_so deploy --cluster test logs
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user