Skip to content

Commit

Permalink
Add force refresh to test trigger script
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoniu committed Jan 9, 2024
1 parent 558bfb0 commit 7c4febe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -euxo pipefail

function greenprint {
echo -e "\033[1;32m${1}\033[0m"
Expand Down Expand Up @@ -39,6 +38,10 @@ sudo dnf -y \
download \
"koji-osbuild*"

# Trigger cleanup to refresh environment from possible failed leftovers
cleanup
set -euxo pipefail

greenprint "Creating composer SSL certificates"
sudo /usr/libexec/koji-osbuild-tests/make-certs.sh /usr/share/koji-osbuild-tests

Expand Down

0 comments on commit 7c4febe

Please sign in to comment.