Skip to content

Commit

Permalink
Sign artifacts with sbt-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Dec 19, 2018
1 parent e4da635 commit 8c4a21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
provider: script
skip_cleanup: true
script:
- sbt ^publish && openssl aes-256-cbc -K $encrypted_2b1ceb155314_key -iv $encrypted_2b1ceb155314_iv -in private.key.enc -out .travis/private.key -d && gpg --allow-secret-key-import --import .travis/private.key .travis/public.key && sbt ^reproducibleBuildsUploadCertification
- openssl aes-256-cbc -K $encrypted_2b1ceb155314_key -iv $encrypted_2b1ceb155314_iv -in private.key.enc -out .travis/private.key -d && gpg --allow-secret-key-import --import .travis/private.key .travis/public.key && sbt ^publish
on:
tags: true
repo: raboof/sbt-reproducible-builds
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0")

addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.17")

addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0")

0 comments on commit 8c4a21a

Please sign in to comment.