File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ git rev-parse --short HEAD
5
5
BUILD_COMMAND=" ./gradlew assemble && ./gradlew check --info"
6
6
if [ " ${TRAVIS_PULL_REQUEST} " = " false" ] && [ " ${TRAVIS_BRANCH} " = " master" ]; then
7
7
echo " Building on master"
8
- BUILD_COMMAND=" ./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info"
8
+ BUILD_COMMAND=" ./gradlew clean assemble && ./gradlew check --info
9
+ #
10
+ # add this when ready for releasing
11
+ # && ./gradlew bintrayUpload -x check --info"
9
12
fi
10
13
docker run -it --rm -v ` pwd .` :/build -e RELEASE_VERSION=$RELEASE_VERSION -e BINTRAY_USER=$BINTRAY_USER -e BINTRAY_API_KEY=$BINTRAY_API_KEY -e MAVEN_CENTRAL_USER=$MAVEN_CENTRAL_USER -e MAVEN_CENTRAL_PASSWORD=$MAVEN_CENTRAL_PASSWORD -w /build openjdk:8u131-jdk bash -c " ${BUILD_COMMAND} "
You can’t perform that action at this time.
0 commit comments