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
|
||||
|
||||
.base:
|
||||
before_script:
|
||||
- schutzbot/ci_details.sh > ci-details
|
||||
after_script:
|
||||
- schutzbot/update_github_status.sh update
|
||||
- schutzbot/save_journal.sh
|
||||
|
|
@ -18,6 +20,7 @@ stages:
|
|||
paths:
|
||||
- journal-log.gpg
|
||||
- ci-artifacts
|
||||
- ci-details
|
||||
- "*.repo"
|
||||
- COMPOSER_NVR
|
||||
when: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue