mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-21 17:08:29 +00:00
use test flag
This commit is contained in:
parent
afbed17c98
commit
9c237fe6a8
@ -8,7 +8,8 @@ CONFIG=/etc/pungi-beta/r8-beta.conf
|
|||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
SKIP=""
|
SKIP=""
|
||||||
LABEL="--nightly --label RC-${REVISION}"
|
#LABEL="--nightly --label RC-${REVISION}"
|
||||||
|
LABEL="--test"
|
||||||
|
|
||||||
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
|
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
|
||||||
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
||||||
|
@ -8,7 +8,8 @@ CONFIG=/etc/pungi-lh/r8lh.conf
|
|||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
SKIP=""
|
SKIP=""
|
||||||
LABEL="--nightly --label RC-${REVISION}"
|
#LABEL="--nightly --label RC-${REVISION}"
|
||||||
|
LABEL="--test"
|
||||||
|
|
||||||
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
|
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
|
||||||
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user