From f56a07472a4116ec2c1951f719237be189e7fcdf Mon Sep 17 00:00:00 2001 From: Aleksandar Todorov Date: Wed, 10 Feb 2021 10:29:18 +0200 Subject: [PATCH] schutzbot: Use 8.4 nightly b/c latest is now 8.5 --- schutzbot/prepare-rhel-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/prepare-rhel-nightly.sh b/schutzbot/prepare-rhel-nightly.sh index e8271de9b..bd9623a9d 100755 --- a/schutzbot/prepare-rhel-nightly.sh +++ b/schutzbot/prepare-rhel-nightly.sh @@ -8,7 +8,7 @@ function greenprint { ARCH=$(uname -m) -curl -L http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8/COMPOSE_ID > COMPOSE_ID +curl -L http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.4/COMPOSE_ID > COMPOSE_ID COMPOSE_ID=$(cat COMPOSE_ID) # Create a repository file for installing the osbuild-composer RPMs