use drone comment plugin
This commit is contained in:
parent
fa5544b324
commit
ceefcdb910
1 changed files with 3 additions and 10 deletions
|
@ -6,19 +6,12 @@ steps:
|
||||||
- python3 .ci/port_attribution_watcher.py | tee output.txt
|
- python3 .ci/port_attribution_watcher.py | tee output.txt
|
||||||
- python3 .ci/traefik_label_watcher.py | tee output.txt
|
- python3 .ci/traefik_label_watcher.py | tee output.txt
|
||||||
comment:
|
comment:
|
||||||
image: mcs94/gitea-comment
|
image: tsakidev/giteacomment:latest
|
||||||
settings:
|
settings:
|
||||||
gitea_address: https://git.gnous.eu
|
gitea_base_url: https://git.gnous.eu
|
||||||
gitea_token:
|
gitea_token:
|
||||||
from_secret: gnous_cicd_token
|
from_secret: gnous_cicd_token
|
||||||
commands:
|
comment_from_file: output.txt
|
||||||
- STEP_1_OUTPUT=$(cat output.txt)
|
|
||||||
- echo "test"
|
|
||||||
- cat output.txt
|
|
||||||
comment: >
|
|
||||||
`${STEP_1_OUTPUT}`
|
|
||||||
|
|
||||||
🌐 ${CI_BUILD_LINK}
|
|
||||||
lint:
|
lint:
|
||||||
image: debian:stable
|
image: debian:stable
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue