mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
gitlab-ci: add debug log to trigger-issuebot job
This commit is contained in:
parent
a431a413d9
commit
6597064fbf
1 changed files with 8 additions and 0 deletions
|
|
@ -64,7 +64,15 @@ trigger-issuebot:
|
||||||
- triggers
|
- triggers
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: "1"
|
GIT_DEPTH: "1"
|
||||||
|
artifacts:
|
||||||
|
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
|
||||||
|
paths:
|
||||||
|
- logs/
|
||||||
|
when: always
|
||||||
|
expire_in: 1 week
|
||||||
script:
|
script:
|
||||||
|
- mkdir logs
|
||||||
|
- export | grep -F CI_ > logs/export.txt
|
||||||
- apk add --no-cache bash curl
|
- apk add --no-cache bash curl
|
||||||
- ./tools/trigger-issuebot
|
- ./tools/trigger-issuebot
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue