Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - build SNAPSHOT from master (#9452)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Jul 7, 2017
1 parent ba32831 commit b87816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
if [ "${CIRCLE_BRANCH}" == "release-ios-v3.6.0-android-v5.1.0" ]; then make run-android-upload-archives ; fi
if [ "${CIRCLE_BRANCH}" == "master" ]; then make run-android-upload-archives ; fi
- save_cache:
key: v1-android-release-all
paths:
Expand Down

0 comments on commit b87816a

Please sign in to comment.