Created
November 2, 2016 09:02
-
-
Save justinvdm/86c88ff8e38d25a9d215d89c2cf419d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/travis-release.sh b/utils/travis-release.sh | |
index 64962ef..db71e25 100755 | |
--- a/utils/travis-release.sh | |
+++ b/utils/travis-release.sh | |
@@ -7,6 +7,6 @@ release() { | |
TAG=$TRAVIS_TAG SENTRY_URL=$SENTRY_URL SENTRY_TOKEN=$SENTRY_TOKEN ./utils/sentry-upload-artefacts.sh | |
} | |
-APK=$TRAVIS_TAG.apk ENVFILE=.env.prd SENTRY_URL=$SENTRY_PRD_URL SENTRY_TOKEN=$SENTRY_PRD_TOKEN release | |
+APK=mentorship-$TRAVIS_TAG.apk ENVFILE=.env.prd SENTRY_URL=$SENTRY_PRD_URL SENTRY_TOKEN=$SENTRY_PRD_TOKEN release | |
-APK=$TRAVIS_TAG.qa.apk ENVFILE=.env.qa SENTRY_URL=$SENTRY_QA_URL SENTRY_TOKEN=$SENTRY_QA_TOKEN release | |
+APK=mentorship-$TRAVIS_TAG.qa.apk ENVFILE=.env.qa SENTRY_URL=$SENTRY_QA_URL SENTRY_TOKEN=$SENTRY_QA_TOKEN release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment