gitlab: don't save journal
This commit is contained in:
parent
f01d522dbf
commit
74d1806ab0
2 changed files with 0 additions and 9 deletions
|
|
@ -7,13 +7,8 @@ stages:
|
|||
.terraform:
|
||||
after_script:
|
||||
- schutzbot/update_github_status.sh update
|
||||
- schutzbot/save_journal.sh
|
||||
tags:
|
||||
- terraform
|
||||
artifacts:
|
||||
paths:
|
||||
- journal-log
|
||||
when: always
|
||||
|
||||
init:
|
||||
stage: init
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# use tee, otherwise shellcheck complains
|
||||
sudo journalctl --boot | tee journal-log >/dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue