diff --git a/.ci/gen_output.sh b/.ci/gen_output.sh index e3eb9c9..7c7662c 100755 --- a/.ci/gen_output.sh +++ b/.ci/gen_output.sh @@ -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