From ac3b72824d46f06c97aede40c638db519f3c70c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Mon, 6 Jan 2025 23:01:44 +0100 Subject: [PATCH] fix code --- .ci/gen_output.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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