From 614593084c869d92b16292565a00615b8748bbbd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Dec 2023 16:04:07 +0100 Subject: [PATCH] .gitlab-ci.yml: upgade neetle early to workaround RHEL-17890 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86d2d86db1..76a5e9a3d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ stages: - mkdir -p /tmp/artifacts - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-before-run.txt - cat schutzbot/team_ssh_keys.txt | tee -a ~/.ssh/authorized_keys > /dev/null + # workaround bug https://issues.redhat.com/browse/RHEL-17890 + - sudo dnf upgrade -y nettle after_script: - schutzbot/ci_details.sh > /tmp/artifacts/ci-details-after-run.txt || true - schutzbot/unregister.sh || true