test/cases/api: fix nginx url
This snapshot got deleted as well.
This commit is contained in:
parent
3530f2686f
commit
899360f200
1 changed files with 2 additions and 2 deletions
|
|
@ -440,9 +440,9 @@ export FIREWALL_CUSTOMIZATION_BLOCK
|
|||
|
||||
if [ "$TEST_MODULE_HOTFIXES" = "1" ]; then
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
NGINX_REPO_URL="https://rpmrepo.osbuild.org/v2/mirror/public/el8/el8-x86_64-nginx-20231207"
|
||||
NGINX_REPO_URL="https://rpmrepo.osbuild.org/v2/mirror/public/el8/el8-x86_64-nginx-20240626"
|
||||
else
|
||||
NGINX_REPO_URL="https://rpmrepo.osbuild.org/v2/mirror/public/el8/el8-aarch64-nginx-20231207"
|
||||
NGINX_REPO_URL="https://rpmrepo.osbuild.org/v2/mirror/public/el8/el8-aarch64-nginx-20240626"
|
||||
fi
|
||||
EXTRA_PAYLOAD_REPOS_BLOCK=$(cat <<EOF
|
||||
,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue