add gluster9

This commit is contained in:
nazunalika 2021-06-28 11:23:27 -07:00
parent 5ffac06726
commit ff27c8b548
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 1 additions and 1 deletions

View File

@ -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