mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +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
|
||||
variables:
|
||||
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:
|
||||
- mkdir logs
|
||||
- export | grep -F CI_ > logs/export.txt
|
||||
- apk add --no-cache bash curl
|
||||
- ./tools/trigger-issuebot
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue