Skip to content

Commit

Permalink
Added gpg keyring as encrypted file
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jan 27, 2019
1 parent caf6b5f commit 2afd352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -2,12 +2,12 @@ language: java

jdk:
- oraclejdk8

-
sudo: false

before_install:
- echo $GPG_SECRET_KEYS | base64 --decode | gpg --import
- echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust
- openssl aes-256-cbc -K $encrypted_1aa081e50934_key -iv $encrypted_1aa081e50934_iv -in all.gpg.enc -out all.gpg -d
- gpg --import all.gpg

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand All @@ -23,4 +23,4 @@ install: "/bin/true"

script: "./gradlew test"

after_success: ./snapshot_deploy.sh
after_success: "./snapshot_deploy.sh"
Binary file added all.gpg.enc
Binary file not shown.

0 comments on commit 2afd352

Please sign in to comment.