diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26a36a7a..7f7c0753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/schutzbot/save_journal.sh b/schutzbot/save_journal.sh deleted file mode 100755 index 7e708b15..00000000 --- a/schutzbot/save_journal.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# use tee, otherwise shellcheck complains -sudo journalctl --boot | tee journal-log >/dev/null