diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec7cfae..23af301 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,6 @@ stages: .terraform: tags: - terraform - artifacts: - paths: - - journal-log - when: always init: stage: init @@ -27,7 +23,6 @@ RPM: - sh "schutzbot/mockbuild.sh" after_script: - schutzbot/update_github_status.sh update - - schutzbot/save_journal.sh parallel: matrix: - RUNNER: @@ -47,7 +42,6 @@ Testing: - sh "/usr/libexec/tests/koji-osbuild/integration.sh" after_script: - schutzbot/update_github_status.sh update - - schutzbot/save_journal.sh parallel: matrix: - RUNNER: diff --git a/schutzbot/save_journal.sh b/schutzbot/save_journal.sh deleted file mode 100755 index 7e708b1..0000000 --- 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