Skip to content

Commit 249d3ea

Browse files
committed
fixup! CI: Post a notification to gitter when binaries are ready
1 parent 18d2155 commit 249d3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ defaults:
291291
# TMP:
292292
#if [[ $CIRCLE_TAG != "" ]]
293293
#then
294-
curl -X POST -i
294+
curl -X POST -i \
295295
-H "Content-Type: application/json" \
296296
-H "Accept: application/json" \
297297
-H "Authorization: Bearer $GITTER_API_TOKEN" "https://api.gitter.im/v1/rooms/$GITTER_NOTIFY_ROOM_ID/chatMessages" \
298-
-d '{"text":" " 📦 Release binaries for version **'$CIRCLE_TAG'** are ready and can be downloaded from '$CIRCLE_BUILD_URL'.'
298+
-d '{"text":" " 📦 Release binaries for version **'$CIRCLE_TAG'** are ready and can be downloaded from '$CIRCLE_BUILD_URL'.' \
299299
'**Please make sure the whole workflow succeeded before using them.**"}'
300300
#fi
301301
when: on_success

0 commit comments

Comments
 (0)