Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from rvema/master
Browse files Browse the repository at this point in the history
release gpg configuration
  • Loading branch information
rvema authored Aug 6, 2019
2 parents 754d2ae + 46db6d5 commit 264a05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/devops/keys.gpg.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/devops/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cp src/devops/.travis.settings.xml $HOME/.m2/settings.xml

openssl aes-256-cbc -K $encrypted_a637edeba4c0_key -iv $encrypted_a637edeba4c0_iv -in src/devops/keys.gpg.enc -out keys.gpg -d
openssl aes-256-cbc -K $encrypted_2f21f9cfec40_key -iv $encrypted_2f21f9cfec40_iv -in src/devops/keys.gpg.enc -out keys.gpg -d

gpg --fast-import keys.gpg

Expand Down

0 comments on commit 264a05b

Please sign in to comment.