From 2bcd040b4ae5f616b536a805b7cd512339271c1b Mon Sep 17 00:00:00 2001 From: Aleksandar Todorov Date: Tue, 16 Mar 2021 08:52:52 +0200 Subject: [PATCH] schutzbot: Fix wrong COMPOSE_ID URL --- schutzbot/prepare-rhel-internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/prepare-rhel-internal.sh b/schutzbot/prepare-rhel-internal.sh index 57cd96d67..290eac779 100755 --- a/schutzbot/prepare-rhel-internal.sh +++ b/schutzbot/prepare-rhel-internal.sh @@ -17,7 +17,7 @@ COMPOSE_URL="${COMPOSE_URL:-http://download.devel.redhat.com/rhel-8/nightly/RHEL # in case COMPOSE_URL was defined from the outside refresh COMPOSE_ID file, # used for telegram messages in case of success/failure -curl -L "$COMPOSE_URL" > COMPOSE_ID +curl -L "$COMPOSE_URL/COMPOSE_ID" > COMPOSE_ID # Create a repository file for installing the osbuild-composer RPMs greenprint "📜 Generating dnf repository file"