CI: fix ci_details artifact placement
The output of the ci_details.sh needs to be placed in the /tmp/artifacts in order to be uploaded with the rest of the artifacts.
This commit is contained in:
parent
151a9f5c86
commit
f93b38c1a8
2 changed files with 10 additions and 2 deletions
|
|
@ -8,10 +8,11 @@ stages:
|
|||
|
||||
.base:
|
||||
before_script:
|
||||
- schutzbot/ci_details.sh > ci-details-before-run.txt
|
||||
- mkdir -p /tmp/artifacts
|
||||
- schutzbot/ci_details.sh > /tmp/artifacts/ci-details-before-run.txt
|
||||
- cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null
|
||||
after_script:
|
||||
- schutzbot/ci_details.sh > ci-details-after-run.txt || true
|
||||
- schutzbot/ci_details.sh > /tmp/artifacts/ci-details-after-run.txt || true
|
||||
- schutzbot/update_github_status.sh update || true
|
||||
- schutzbot/save_journal.sh || true
|
||||
- schutzbot/upload_artifacts.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue