Don't special case nightly repository names for Satellite regression tests

this is no longer needed b/c the nightly CI jobs are now using the same
json definitions as the regular CI jobs, just changing baseurl. See
previous commit.
This commit is contained in:
Alexander Todorov 2022-08-17 13:25:08 +03:00 committed by Alexander Todorov
parent f451e0291a
commit 65ef1b2e78
2 changed files with 0 additions and 8 deletions

View file

@ -69,10 +69,6 @@ case "${ID}" in
REPOSITORY_OVERRIDE="/etc/osbuild-composer/repositories/rhel-${VERSION_SUFFIX}.json"
REPO1_NAME="baseos"
REPO2_NAME="appstream"
if [ -n "${NIGHTLY:-}" ]; then
REPO1_NAME="baseos-${ARCH}"
REPO2_NAME="appstream-${ARCH}"
fi
;;
*)
echo "Unknown RHEL: ${VERSION_ID}"

View file

@ -98,10 +98,6 @@ case "${ID}" in
REPOSITORY_OVERRIDE="/etc/osbuild-composer/repositories/rhel-${VERSION_SUFFIX}.json"
REPO1_NAME="baseos"
REPO2_NAME="appstream"
if [ -n "${NIGHTLY:-}" ]; then
REPO1_NAME="baseos-${ARCH}"
REPO2_NAME="appstream-${ARCH}"
fi
;;
*)
echo "Unknown RHEL: ${VERSION_ID}"