Skip to content

Commit

Permalink
Merge branch 'update_release_notification_channels' into 'main'
Browse files Browse the repository at this point in the history
Update release notification channels

See merge request syntron/support/csr/ifm3d/ifm3d!430
  • Loading branch information
NikitaS20 committed Nov 29, 2024
2 parents 4f8dd8b + 5d0dd88 commit 45cebb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ release:teams_notification:
cat .gitlab/pre_release_card.json
| sed "s|%%VERSION%%|${VERSION}|g"
| sed "s|%%PRE_RELEASE_PYTHON_INDEX%%|${TEST_PYTHON_REPO_URL}|g"
| curl -H "Content-Type: application/json" -d @- ${TEAMS_WEBHOOK_URL}
| curl -H "Content-Type: application/json" -d @- ${TEAMS_WEBHOOK_URL_DEVDROP}
deploy:teams_notification:
stage: deploy
Expand All @@ -35,4 +35,4 @@ deploy:teams_notification:
- >-
cat .gitlab/release_card.json
| sed "s|%%VERSION%%|${VERSION}|g"
| curl -H "Content-Type: application/json" -d @- ${TEAMS_WEBHOOK_URL}
| curl -H "Content-Type: application/json" -d @- ${TEAMS_WEBHOOK_URL_RELEASE}

0 comments on commit 45cebb5

Please sign in to comment.