mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Only use SENTRY_AUTH_TOKEN in the environment variables set in travis gui
This commit is contained in:
parent
6c42f70d64
commit
155c13820e
1 changed files with 0 additions and 5 deletions
|
@ -76,11 +76,6 @@ env:
|
|||
- S3_BUCKET_NAME=${!S3_BUCKET_NAME_VAR}
|
||||
- S3_BUCKET_NAME=${S3_BUCKET_NAME:-$S3_BUCKET_NAME_STAGING}
|
||||
- S3_LOCAL_DIR=build
|
||||
- SENTRY_AUTH_master=${SENTRY_AUTH_MASTER}
|
||||
- SENTRY_AUTH_STAGING=${SENTRY_AUTH_STAGING}
|
||||
- SENTRY_AUTH_VAR=SENTRY_AUTH_$TRAVIS_BRANCH
|
||||
- SENTRY_AUTH=${!SENTRY_AUTH_VAR}
|
||||
- SENTRY_AUTH_TOKEN=${SENTRY_AUTH:-$SENTRY_AUTH_STAGING}
|
||||
- SENTRY_DSN_master=https://ebc2f8a6bc7b44ca8fd902fd4f16b3d7@sentry.io/1357122
|
||||
- SENTRY_DSN_STAGING=https://c01014988b0a4f44bbefdf235623c456@sentry.io/1357982
|
||||
- SENTRY_DSN_VAR=SENTRY_DSN_$TRAVIS_BRANCH
|
||||
|
|
Loading…
Reference in a new issue