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:
parent
f451e0291a
commit
65ef1b2e78
2 changed files with 0 additions and 8 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue