diff --git a/scripts/updates-8-gluster9.sh b/scripts/updates-8-gluster9.sh index a9faea3..a8e5838 100755 --- a/scripts/updates-8-gluster9.sh +++ b/scripts/updates-8-gluster9.sh @@ -6,7 +6,7 @@ CONFIG=/etc/pungi-prod/gluster9.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --skip-label" +LABEL="--production --no-label" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL" if [ -z "$COMPOSE_ID" ]; then