We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d2155 commit 249d3eaCopy full SHA for 249d3ea
.circleci/config.yml
@@ -291,11 +291,11 @@ defaults:
291
# TMP:
292
#if [[ $CIRCLE_TAG != "" ]]
293
#then
294
- curl -X POST -i
+ curl -X POST -i \
295
-H "Content-Type: application/json" \
296
-H "Accept: application/json" \
297
-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'.'
+ -d '{"text":" " 📦 Release binaries for version **'$CIRCLE_TAG'** are ready and can be downloaded from '$CIRCLE_BUILD_URL'.' \
299
'**Please make sure the whole workflow succeeded before using them.**"}'
300
#fi
301
when: on_success
0 commit comments