Skip to content

Commit

Permalink
Update gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj5 committed Aug 20, 2020
1 parent 22599a6 commit 668ae2f
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 @@ -12,7 +12,7 @@ install: mvn -s .mvn.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.ski
script: mvn clean test

before_deploy:
- openssl aes-256-cbc -K $encrypted_a3af7f3d4f29_key -iv $encrypted_a3af7f3d4f29_iv -in key.gpg.enc -out key.gpg -d
- openssl aes-256-cbc -K $encrypted_2e6b62dd1b86_key -iv $encrypted_2e6b62dd1b86_iv -in key.gpg.enc -out key.gpg -d
- gpg --import key.gpg

deploy:
Expand Down
Binary file modified key.gpg.enc
Binary file not shown.

0 comments on commit 668ae2f

Please sign in to comment.