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