Skip to content

Commit

Permalink
release SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Oct 27, 2017
1 parent 5669b7b commit a3a0c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
- deploy:
name: Publish Java Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "pg-percent-time" ]; then
make publish-java ;
fi
- deploy:
name: Publish Android Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "${CIRCLE_BRANCH}" == "pg-percent-time" ]; then
make publish-android ;
fi
- store_artifacts:
Expand Down

0 comments on commit a3a0c34

Please sign in to comment.