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 631858c commit 048b3b4Copy full SHA for 048b3b4
tools/ci_build.sh
@@ -1,7 +1,6 @@
1
#!/bin/sh
2
-BRANCH=$(git branch | grep \* | cut -d ' ' -f2)
3
-echo "Current branch is ${BRANCH}"
4
-if [ "$BRANCH" = "master" ]
+echo "Current branch is ${TRAVIS_BRANCH}"
+if [ "$TRAVIS_BRANCH" = "master" ]
5
then
6
echo "Building & publishing"
7
./gradlew :app:publishReleaseApk --daemon --parallel
0 commit comments