Skip to content

Commit

Permalink
.gitlab-ci.yml: upgade neetle early to workaround RHEL-17890
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored and atodorov committed Dec 12, 2023
1 parent 6cdd95a commit 6145930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6145930

Please sign in to comment.