Skip to content

Commit

Permalink
Publish only master
Browse files Browse the repository at this point in the history
  • Loading branch information
fifol-img committed Sep 14, 2018
1 parent 3b13853 commit 678bd52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cd/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
mvn deploy -P bintray,build-extras --settings cd/mvnsettings.xml
#fi
if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; then
mvn deploy -P bintray --settings cd/mvnsettings.xml
fi
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>technology.dice.open</groupId>
<artifactId>dice-where</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
<name>dice-where</name>

<description>dice-where is a low memory footprint, highly efficient
Expand Down

0 comments on commit 678bd52

Please sign in to comment.