.gitlab-ci.yml: upgade neetle early to workaround RHEL-17890

This commit is contained in:
Michael Vogt 2023-12-11 16:04:07 +01:00 committed by Alexander Todorov
parent 6cdd95a072
commit 614593084c

View file

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