We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b20752 commit 74791f2Copy full SHA for 74791f2
project/scripts/sbt
@@ -12,5 +12,6 @@ sbt -J-Xmx4096m \
12
-J-XX:MaxMetaspaceSize=1024m \
13
-Ddotty.drone.mem=4096m \
14
-Dsbt.ivy.home=/var/cache/drone/ivy2 \
15
+ -DSBT_PGP_USE_GPG=false \
16
-no-colors \
17
"$CMD"
project/scripts/sbtPublish
@@ -29,5 +29,4 @@ echo "$PGP_SECRET" > "$HOME/.sbt/gpg/secring.asc"
29
30
# run sbt with the supplied arg
31
SBT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/sbt"
32
-export SBT_PGP_USE_GPG=false
33
"$SBT" "$RELEASE_CMD"
0 commit comments