use test flag

This commit is contained in:
Louis Abel 2023-01-13 21:00:30 -07:00
parent afbed17c98
commit 9c237fe6a8
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ CONFIG=/etc/pungi-beta/r8-beta.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP=""
LABEL="--nightly --label RC-${REVISION}"
#LABEL="--nightly --label RC-${REVISION}"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
#COMPOSE_ID="Rocky-8-20210625.n.0"

View File

@ -8,7 +8,8 @@ CONFIG=/etc/pungi-lh/r8lh.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
SKIP=""
LABEL="--nightly --label RC-${REVISION}"
#LABEL="--nightly --label RC-${REVISION}"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
#COMPOSE_ID="Rocky-8-20210625.n.0"