We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149e430 commit d0a4cdcCopy full SHA for d0a4cdc
.buildscript/deploy_google_play.sh
@@ -8,8 +8,8 @@
8
9
SLUG="openintents/safe"
10
ORGA="openintents"
11
-USER_NAME="openintents"
12
-USER_EMAIL="support@openintents"
+USER_NAME="openintents-bot"
+USER_EMAIL="support@openintents.org"
13
ALPHA_BRANCH='master';
14
BETA_BRANCH='release';
15
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
fi
22
- if [ -z "$GPG_PASS"]; then touch local.properties; fi
23
after_success:
24
-- if [ -n "$GITHUB_API_KEY" ]; then .buildscript/deploy_alpha.sh; fi
+- if [ -n "$GITHUB_API_KEY" ]; then .buildscript/deploy_google_play.sh; fi
25
script: "./gradlew check"
26
branches:
27
except:
0 commit comments