We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1c9fde + b18ca17 commit a513a55Copy full SHA for a513a55
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,4 +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
-"$SBT" -DSBT_PGP_USE_GPG=false "$RELEASE_CMD"
+"$SBT" "$RELEASE_CMD"
0 commit comments