Skip to content

Commit 74791f2

Browse files
Set the -DSBT_PGP_USE_GPG=false property correctly
1 parent 3b20752 commit 74791f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

project/scripts/sbt

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ sbt -J-Xmx4096m \
1212
-J-XX:MaxMetaspaceSize=1024m \
1313
-Ddotty.drone.mem=4096m \
1414
-Dsbt.ivy.home=/var/cache/drone/ivy2 \
15+
-DSBT_PGP_USE_GPG=false \
1516
-no-colors \
1617
"$CMD"

project/scripts/sbtPublish

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ echo "$PGP_SECRET" > "$HOME/.sbt/gpg/secring.asc"
2929

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

0 commit comments

Comments
 (0)