exit 1 on failure

This commit is contained in:
Stavros kois
2023-01-16 19:07:05 +02:00
parent 13f8407c38
commit c73fb4684e

View File

@@ -175,7 +175,7 @@ jobs:
./kail >> /tmp/output.log &
ct install --config .github/ct-install-config/ct-install.yaml \
--charts library/common-test \
--debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log))
--debug || ((echo "" && echo "" && echo "--===PODLOGS===--" && echo "" && cat /tmp/output.log && rm -f /tmp/output.log)) exit 1
kill $!
echo ""
echo ""