diff --git a/epel8-playground-nightly.sh b/epel8-playground-nightly.sh index 6c8568d..4517383 100755 --- a/epel8-playground-nightly.sh +++ b/epel8-playground-nightly.sh @@ -48,6 +48,7 @@ if [ "$?" != "0" ]; then fi NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE/COMPOSE_ID) +DESTDIR=$TARGET_DIR/$NEWCOMPOSE_ID LOCATION="https://dl.fedoraproject.org$RSYNCTARGET" fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "short": "%s", "compose_id": "%s", "location": "%s"}' "$RELEASE" "$ARCH" "$SHORT" "$NEWCOMPOSE_ID", "$LOCATION")