forked from Ivasoft/mattermost-mobile
Update config.yml
This commit is contained in:
@@ -387,8 +387,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Create release and notify Sentry of deploy
|
name: Create release and notify Sentry of deploy
|
||||||
command: |
|
command: |
|
||||||
curl -sL https://sentry.io/get-cli/ | bash
|
curl -sL https://sentry.io/get-cli/
|
||||||
export SENTRY_LOG_LEVEL=[info|debug]
|
export SENTRY_LOG_LEVEL=debug
|
||||||
export SENTRY_RELEASE=$(sentry-cli releases propose-version)
|
export SENTRY_RELEASE=$(sentry-cli releases propose-version)
|
||||||
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE
|
sentry-cli releases new -p $SENTRY_PROJECT $SENTRY_RELEASE
|
||||||
sentry-cli releases set-commits $SENTRY_RELEASE --auto
|
sentry-cli releases set-commits $SENTRY_RELEASE --auto
|
||||||
|
|||||||
Reference in New Issue
Block a user