.gitlab-ci: Don't save the journal as an artifact
This commit is contained in:
parent
751ef84fc1
commit
fa1a4be4d3
1 changed files with 3 additions and 3 deletions
|
|
@ -9,13 +9,13 @@ stages:
|
|||
.base:
|
||||
after_script:
|
||||
- schutzbot/update_github_status.sh update
|
||||
- schutzbot/save_journal.sh
|
||||
# - schutzbot/save_journal.sh
|
||||
- schutzbot/run_cloud_cleaner.sh
|
||||
tags:
|
||||
- terraform
|
||||
artifacts:
|
||||
paths:
|
||||
- journal-log
|
||||
# - journal-log
|
||||
- ci-artifacts
|
||||
when: always
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ RPM:
|
|||
- sh "schutzbot/mockbuild.sh"
|
||||
after_script:
|
||||
- schutzbot/update_github_status.sh update
|
||||
- schutzbot/save_journal.sh
|
||||
# - schutzbot/save_journal.sh
|
||||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue