comment on pr
This commit is contained in:
parent
315f961731
commit
4d42d2663c
1 changed files with 16 additions and 2 deletions
|
@ -3,8 +3,22 @@ steps:
|
||||||
image: python:3.12
|
image: python:3.12
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r .ci/requirements.txt
|
- pip3 install -r .ci/requirements.txt
|
||||||
- python3 .ci/port_attribution_watcher.py
|
- python3 .ci/port_attribution_watcher.py | tee output.txt
|
||||||
- python3 .ci/traefik_label_watcher.py
|
- python3 .ci/traefik_label_watcher.py | tee output.txt
|
||||||
|
comment:
|
||||||
|
image: mcs94/gitea-comment
|
||||||
|
settings:
|
||||||
|
gitea_address: https://git.gnous.eu
|
||||||
|
gitea_token:
|
||||||
|
from_secret: gnous_cicd_token
|
||||||
|
commands:
|
||||||
|
- STEP_1_OUTPUT=$(cat output.txt)
|
||||||
|
comment: >
|
||||||
|
✅ Build ${CI_BUILD_EVENT} of `${CI_REPO_NAME}` has status `${CI_BUILD_STATUS}`.
|
||||||
|
|
||||||
|
`${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