This commit is contained in:
Mael G. 2025-01-06 23:01:44 +01:00
parent 95273215c8
commit ac3b72824d

View file

@ -1,5 +1,4 @@
set -x -e
echo "```" > output.txt
echo "\`\`\`" > output.txt
process_output() {
if [ $? -eq 0 ]; then
@ -25,5 +24,5 @@ python3 .ci/traefik_label_watcher.py | tee output_tmp.txt
process_output
echo "-- END Traefik label watcher --" | tee -a output.txt
echo "```" >> output.txt # Close the code block
echo "\`\`\`" >> output.txt # Close the code block