From 4b1e61045e675f5a582f7c7cf11c23f6dc980746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 21 Oct 2021 11:34:36 +0200 Subject: [PATCH] gitlab: do not save the journal --- .gitlab-ci.yml | 6 ------ schutzbot/save_journal.sh | 4 ---- 2 files changed, 10 deletions(-) delete mode 100755 schutzbot/save_journal.sh 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