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:
Jakub Rusz 2022-03-08 11:17:42 +01:00 committed by Alexander Todorov
parent 418ae32cf8
commit d8ea259f8b

View file

@ -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