Skip to content

Commit

Permalink
Set the -DSBT_PGP_USE_GPG=false property correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Sep 21, 2019
1 parent 3b20752 commit 74791f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions project/scripts/sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ sbt -J-Xmx4096m \
-J-XX:MaxMetaspaceSize=1024m \
-Ddotty.drone.mem=4096m \
-Dsbt.ivy.home=/var/cache/drone/ivy2 \
-DSBT_PGP_USE_GPG=false \
-no-colors \
"$CMD"
1 change: 0 additions & 1 deletion project/scripts/sbtPublish
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ echo "$PGP_SECRET" > "$HOME/.sbt/gpg/secring.asc"

# run sbt with the supplied arg
SBT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/sbt"
export SBT_PGP_USE_GPG=false
"$SBT" "$RELEASE_CMD"

0 comments on commit 74791f2

Please sign in to comment.