aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-20 19:04:28 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-20 19:04:28 -0700
commit0d3b5488edb959626cc5be001de2c816cb8deda9 (patch)
treecae70e83280439548bee3cb2b0b48ce215a4f1e9
parent17029d6eb4685aaff128f092f2a4847475b68ad4 (diff)
downloaddummy-0d3b5488edb959626cc5be001de2c816cb8deda9.tar.gz
dummy-0d3b5488edb959626cc5be001de2c816cb8deda9.tar.bz2
dummy-0d3b5488edb959626cc5be001de2c816cb8deda9.zip
dummy
-rwxr-xr-x.drone/authenv.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone/authenv.sh b/.drone/authenv.sh
index 44a888b..28be07c 100755
--- a/.drone/authenv.sh
+++ b/.drone/authenv.sh
@@ -32,7 +32,6 @@ echo "Imported signing key"
# prepare gpg settings for sbt
cat << EOF > "gpg.sbt"
-useGpg in Global := true
pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
pgpPassphrase in Global := Some("0000000000".toCharArray)
EOF