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
2828# OSX
2929.DS_Store
3030
31- .metals /
31+ .metals /
32+
33+ secret_key.asc
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ script:
1818
1919before_install :
2020- 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;
2223 fi
2324
2425after_success :
Original file line number Diff line number Diff line change @@ -37,5 +37,3 @@ addCommandAlias(
3737)
3838
3939pgpPassphrase := 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")
33addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.10" )
44addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
55addSbtPlugin(" 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" )
77addSbtPlugin(" 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