mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
format
This commit is contained in:
@@ -199,11 +199,12 @@ jobs:
|
||||
./kail --ignore-ns kube-system >> /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) && exit 1
|
||||
--debug || \
|
||||
(echo -e "\n\n\n--===PODLOGS===--\n\n\n" && \
|
||||
cat /tmp/output.log && \
|
||||
rm -f /tmp/output.log) &&\
|
||||
exit 1
|
||||
kill $!
|
||||
echo ""
|
||||
echo ""
|
||||
echo "--===PODLOGS===--"
|
||||
echo ""
|
||||
echo -e "\n\n\n--===PODLOGS===--\n\n\n"
|
||||
cat /tmp/output.log
|
||||
rm -f /tmp/output.log
|
||||
|
||||
Reference in New Issue
Block a user