dump logs on stack failure
Some checks failed
Test / Run compliance tests (pull_request) Successful in 4m34s
Test / Run unit tests (pull_request) Successful in 12m26s
Test / Run integration tests (pull_request) Failing after 24m51s

This commit is contained in:
Roy Crihfield 2024-06-26 16:59:59 +08:00
parent 118f3366f6
commit 17238405b2

View File

@ -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