Skip to content

Commit

Permalink
Activate debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Wiegandt committed Jul 12, 2019
1 parent 7bffc04 commit cb8b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cache:
before_deploy:
- openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in scripte/deploy/secring.gpg.enc
-out scripte/deploy/secring.gpg -d
- "./gradlew release closeAndReleaseRepository -PSONATYPE_USERNAME=$SONATYPE_USERNAME -PSONATYPE_PASSWORD=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEYNAME -Psigning.password=$GPG_PASSPHRASE -Psigning.secretKeyRingFile=scripte/deploy/secring.gpg --stacktrace --debug"
- "./gradlew release closeAndReleaseRepository -PSONATYPE_USERNAME=$SONATYPE_USERNAME -PSONATYPE_PASSWORD=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEYNAME -Psigning.password=$GPG_PASSPHRASE -Psigning.secretKeyRingFile=scripte/deploy/secring.gpg --stacktrace --debug --scan"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit cb8b13b

Please sign in to comment.