fix code
This commit is contained in:
parent
95273215c8
commit
ac3b72824d
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue