Created
October 25, 2016 09:21
-
-
Save justinvdm/004f4af1b876e4f99e11da62d3de1b3a 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 a6ffc05..b161272 100755 | |
--- a/utils/travis-release.sh | |
+++ b/utils/travis-release.sh | |
@@ -1,7 +1,7 @@ | |
#!/bin/sh | |
set -e | |
-function release() { | |
+release() { | |
./utils/build.sh $APK | |
./utils/bundle.sh | |
TAG=$TRAVIS_TAG ./utils/sentry-upload-artefacts.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment