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:
parent
88e48938a6
commit
5780510c10
@ -23,7 +23,7 @@ git clone https://pagure.io/fedora-comps.git && {
|
||||
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
|
||||
CMD="$CMD --target-dir=$TARGET_DIR"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user