.gitlab-ci.yml: upgade neetle early to workaround RHEL-17890
This commit is contained in:
parent
6cdd95a072
commit
614593084c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue