fix exit status

This commit is contained in:
Mael G. 2025-01-06 22:58:14 +01:00
parent 21b17cc34c
commit 95273215c8

View file

@ -21,11 +21,12 @@ 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
- set -o pipefail
- 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
comment_lint:
image: git.gnous.eu/enpls/gitea-comment-plugin:stable
comment_2:
image: git.gnous.eu/enpls/gitea-comment-plugin:1.1
settings:
gitea_address: https://git.gnous.eu
gitea_token: