mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
turn on old composes for lh
This commit is contained in:
parent
0967cfd68e
commit
2136d818f3
@ -10,7 +10,7 @@ OLDCOMPOSE_ID="$(cat $TARGET_DIR/latest-$SHORT-$MAJOR/COMPOSE_ID)"
|
||||
SKIP=""
|
||||
#LABEL="--nightly --label RC-${REVISION}"
|
||||
LABEL="--test"
|
||||
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
|
||||
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL --old-composes=$TARGET_DIR"
|
||||
|
||||
if [ -z "$COMPOSE_ID" ]; then
|
||||
CMD="$CMD --target-dir=$TARGET_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user