File tree Expand file tree Collapse file tree 6 files changed +6
-23
lines changed Expand file tree Collapse file tree 6 files changed +6
-23
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,6 @@ ensime.sbt
28
28
# OSX
29
29
.DS_Store
30
30
31
- .metals /
31
+ .metals /
32
+
33
+ secret_key.asc
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ script:
18
18
19
19
before_install :
20
20
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
21
- openssl aes-256-cbc -K $encrypted_98b97a2f355e_key -iv $encrypted_98b97a2f355e_iv -in secring.gpg.enc -out secring.gpg -d;
21
+ openssl aes-256-cbc -K $encrypted_98b97a2f355e_key -iv $encrypted_98b97a2f355e_iv -in secret_key.asc.enc -out secret_key.asc -d;
22
+ gpg --import --batch --passphrase "$PGP_PASSPHRASE" secret_key.asc;
22
23
fi
23
24
24
25
after_success :
Original file line number Diff line number Diff line change @@ -37,5 +37,3 @@ addCommandAlias(
37
37
)
38
38
39
39
pgpPassphrase := Some (getEnvVar(" PGP_PASSPHRASE" ).getOrElse(" " ).toCharArray)
40
- pgpPublicRing := file(s " $gpgFolder/pubring.gpg " )
41
- pgpSecretRing := file(s " $gpgFolder/secring.gpg " )
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.0")
3
3
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.10" )
4
4
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
5
5
addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.5.0" )
6
- addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.12 .3" )
6
+ addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.13 .3" )
7
7
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 3.0.2" )
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments