ci: run ci_details.sh in before_script
This is a nice script showing potentially useful details about the runner so let's execute it at the begining of each job.
This commit is contained in:
parent
418ae32cf8
commit
d8ea259f8b
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ stages:
|
||||||
- finish
|
- finish
|
||||||
|
|
||||||
.base:
|
.base:
|
||||||
|
before_script:
|
||||||
|
- schutzbot/ci_details.sh > ci-details
|
||||||
after_script:
|
after_script:
|
||||||
- schutzbot/update_github_status.sh update
|
- schutzbot/update_github_status.sh update
|
||||||
- schutzbot/save_journal.sh
|
- schutzbot/save_journal.sh
|
||||||
|
|
@ -18,6 +20,7 @@ stages:
|
||||||
paths:
|
paths:
|
||||||
- journal-log.gpg
|
- journal-log.gpg
|
||||||
- ci-artifacts
|
- ci-artifacts
|
||||||
|
- ci-details
|
||||||
- "*.repo"
|
- "*.repo"
|
||||||
- COMPOSER_NVR
|
- COMPOSER_NVR
|
||||||
when: always
|
when: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue