gitlab: don't save journal

This commit is contained in:
Ondřej Budai 2021-10-21 10:45:03 +02:00 committed by Simon Steinbeiß
parent f01d522dbf
commit 74d1806ab0
2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -1,4 +0,0 @@
#!/bin/bash
# use tee, otherwise shellcheck complains
sudo journalctl --boot | tee journal-log >/dev/null