Compare commits
No commits in common. "21b17cc34c96a6909c829e8a21835d86682c73c9" and "4e8789010858cd77fd5ecc45b9896340f8cfd6de" have entirely different histories.
21b17cc34c
...
4e87890108
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
set -x -e
|
||||
echo "```" > output.txt
|
||||
echo "" > output.txt
|
||||
|
||||
process_output() {
|
||||
if [ $? -eq 0 ]; then
|
||||
|
@ -25,5 +25,4 @@ 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
|
||||
|
||||
|
|
|
@ -21,9 +21,7 @@ steps:
|
|||
- apt-get install -y curl
|
||||
- curl -SL https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||
- chmod +x /usr/local/bin/docker-compose
|
||||
- sh .ci/lint.sh 2>&1 | tee output_tmp.txt
|
||||
- echo "\`\`\`" > output.txt
|
||||
- grep 'msg=' output.txt | awk -F'msg="' '{print $2}' | sed 's/"$//' | sed 's/\\"/"/g' && echo "\`\`\`" >> output.txt
|
||||
- sh .ci/lint.sh | tee output.txt
|
||||
comment_lint:
|
||||
image: git.gnous.eu/enpls/gitea-comment-plugin:stable
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue