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