Skip to content

Commit b7d49be

Browse files
committed
go
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent 9d1a833 commit b7d49be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hack/trigger-release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ if echo "${REMOTE_URL}" | grep -q "argoproj/argo-cd"; then
5050
echo "!! 1. Press Ctrl+C now" >&2
5151
echo "!! 2. Use your fork remote: ./hack/trigger-release.sh ${NEW_TAG} origin" >&2
5252
echo "!!" >&2
53-
echo "!! To proceed with OFFICIAL release, type 'OFFICIAL' (30 second timeout):" >&2
53+
echo "!! To proceed with OFFICIAL release, type 'y' (30 second timeout):" >&2
5454
read -t 30 -r confirmation
55-
if [ "$confirmation" != "OFFICIAL" ]; then
56-
echo "!! Cancelled. Did not receive 'OFFICIAL' confirmation." >&2
55+
if [ "$confirmation" != "y" ]; then
56+
echo "!! Cancelled. Did not receive 'y' confirmation." >&2
5757
exit 1
5858
fi
5959
echo ">> Confirmed official release. Proceeding..." >&2

0 commit comments

Comments
 (0)