Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikars committed Aug 31, 2018
2 parents 0d4390e + a27ddac commit cacc6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: 'echo "signing.password=$SIGNING_PASS" >> gradle.properties'
- run: 'echo "signing.secretKeyRingFile=/tmp/secring.gpg" >> gradle.properties'
- run: 'gpg --batch --yes --passphrase=$SIGN_KEY --output /tmp/secring.gpg --decrypt --cipher-algo AES256 ./gradle/resources/gpg/secring.gpg.enc'
- run: './gradlew clean bintrayUpload -x test --info --no-daemon'
- run: './gradlew clean build bintrayUpload -x test --info --no-daemon'

workflows:
version: 2
Expand Down

0 comments on commit cacc6c0

Please sign in to comment.