Skip to content

Commit

Permalink
Merge pull request #40 from viktorbenei/master
Browse files Browse the repository at this point in the history
bitrise.yml : send a Slack msg when release is ready
  • Loading branch information
viktorbenei committed Jul 22, 2015
2 parents 5040a2b + b819005 commit 08cfef7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,17 @@ workflows:
finalpth=_bin/${binversion}/${BITRISE_BIN_NAME}-$(uname -s)-$(uname -m)
echo "finalpth: ${finalpth}"
mv _bin/tmpbin "${finalpth}"
# register the version for next steps
envman add --key RELEASE_VERSION --value "${binversion}"
- [email protected]:
inputs:
- SLACK_WEBHOOK_URL: $SLACK_WEBHOOK_URL
opts:
is_expand: true
- SLACK_CHANNEL: $SLACK_CHANNEL
opts:
is_expand: true
- SLACK_FROM_NAME: stepman
- SLACK_MESSAGE_TEXT: |
Release v${RELEASE_VERSION} is ready. :tada:
- SLACK_ICON_EMOJI: ":rocket:"

0 comments on commit 08cfef7

Please sign in to comment.