mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
exit 1 on failure
This commit is contained in:
2
.github/workflows/common_library_tests.yaml
vendored
2
.github/workflows/common_library_tests.yaml
vendored
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user