Skip to content

Commit

Permalink
Move to travis-ci.org and use absolute path for key file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed May 23, 2019
1 parent 8ada1a0 commit e642661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deploy.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

openssl aes-256-cbc -K $encrypted_ad8c90635771_key -iv $encrypted_ad8c90635771_iv -in .ci/sonatype.gpg.enc -out sonatype.gpg -d
./gradlew uploadPublished --info -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEY_ID -Psigning.password=$GPG_KEY_PASSPHRASE -Psigning.secretKeyRingFile=sonatype.gpg
./gradlew uploadPublished --info -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEY_ID -Psigning.password=$GPG_KEY_PASSPHRASE -Psigning.secretKeyRingFile=/home/travis/build/controlsfx/controlsfx/sonatype.gpg
Binary file modified .ci/sonatype.gpg.enc
Binary file not shown.

0 comments on commit e642661

Please sign in to comment.