Skip to content

Commit 0bf3208

Browse files
authored
Merge pull request #432 from salemove/task/MOB-1765-send-slack-message-step
Added Slack message step to master workflow
2 parents af69a11 + 37da506 commit 0bf3208

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bitrise.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,13 @@ workflows:
226226
- deploy-to-bitrise-io@1:
227227
inputs:
228228
- notify_email_list: $BUILD_EMAILS
229+
- slack@3:
230+
is_always_run: false
231+
inputs:
232+
- channel: '#tm-mobile-builds'
233+
- text: Android Build Succeeded!
234+
- pretext: ''
235+
- webhook_url: $SLACK_ANDROID_WEBHOOK
229236
- cache-push@2: {}
230237
envs:
231238
- opts:

0 commit comments

Comments
 (0)