diff --git a/scripts/produce-8.sh b/scripts/produce-8.sh index 3533738..b4849d3 100755 --- a/scripts/produce-8.sh +++ b/scripts/produce-8.sh @@ -10,7 +10,7 @@ OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="" LABEL="--production --label RC-${REVISION}" -CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL" +CMD="pungi-koji --config=$CONFIG $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0" if [ -z "$COMPOSE_ID" ]; then