Skip to content

Commit

Permalink
Redirect slack notif to mobile-sdk-ops channel
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed Apr 24, 2024
1 parent 81aace0 commit fd9d520
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 fd9d520

Please sign in to comment.