Skip to content

Commit

Permalink
Merge pull request #250 from DataDog/xgouchet/mobile-sdk-ops
Browse files Browse the repository at this point in the history
Redirect slack notif to mobile-sdk-ops channel
  • Loading branch information
xgouchet authored Apr 24, 2024
2 parents 81aace0 + fd9d520 commit 5368d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ notify:release:
script:
- MAVEN_URL="https://search.maven.org/artifact/com.datadoghq/dd-sdk-android-gradle-plugin/$CI_COMMIT_TAG/aar"
- 'MESSAGE_TEXT=":package: $CI_PROJECT_NAME $CI_COMMIT_TAG published on :maven: $MAVEN_URL"'
- postmessage "#mobile-rum" "$MESSAGE_TEXT"
- postmessage "#mobile-sdk-ops" "$MESSAGE_TEXT"

notify:failure:
extends: .slack-notifier-base
Expand All @@ -154,7 +154,7 @@ notify:failure:
script:
- BUILD_URL="$CI_PROJECT_URL/pipelines/$CI_PIPELINE_ID"
- 'MESSAGE_TEXT=":status_alert: $CI_PROJECT_NAME $CI_COMMIT_TAG publish pipeline <$BUILD_URL|$COMMIT_MESSAGE> failed."'
- postmessage "#mobile-rum" "$MESSAGE_TEXT"
- postmessage "#mobile-sdk-ops" "$MESSAGE_TEXT"

# DOGFOOD

Expand Down

0 comments on commit 5368d30

Please sign in to comment.