mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
produce doesn't need old composes
This commit is contained in:
parent
6d7579992a
commit
f192b6b19c
@ -10,7 +10,7 @@ OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
|||||||
SKIP=""
|
SKIP=""
|
||||||
LABEL="--production --label RC-${REVISION}"
|
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"
|
#COMPOSE_ID="Rocky-8-20210625.n.0"
|
||||||
|
|
||||||
if [ -z "$COMPOSE_ID" ]; then
|
if [ -z "$COMPOSE_ID" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user