Fix release-candidate.sh script

This adds --notification-script=pungi-wait-for-signed-ostree-handler
to release-candidate.sh script

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2022-03-11 08:50:24 -05:00
parent 88e48938a6
commit 5780510c10

View File

@ -23,7 +23,7 @@ git clone https://pagure.io/fedora-comps.git && {
popd popd
} }
popd popd
CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES --label=$LABEL" CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --notification-script=pungi-wait-for-signed-ostree-handler --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES --label=$LABEL"
if [ -z "$COMPOSE_ID" ]; then if [ -z "$COMPOSE_ID" ]; then
CMD="$CMD --target-dir=$TARGET_DIR" CMD="$CMD --target-dir=$TARGET_DIR"
else else