Skip to content

Commit

Permalink
code signing fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jun 6, 2018
1 parent 1629080 commit 446195a
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -15,7 +15,7 @@ jobs:
if: branch = develop
jdk: oraclejdk8
before_script:
- openssl aes-256-cbc -K $GPG_PASSPHRASE -iv $GPG_PASSPHRASE -in .travis/gpg.enc -out .travis/gpg.asc -d
- openssl aes-256-cbc -K $KEY -iv $IV -S $SALT -in .travis/gpg.enc -out .travis/gpg.asc -d
- gpg2 --fast-import .travis/gpg.asc
script: mvn deploy -B --settings=.travis/settings.xml -DskipTests=true
on:
Expand Down
Binary file modified .travis/gpg.enc
Binary file not shown.

0 comments on commit 446195a

Please sign in to comment.