aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.drone/authenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone/authenv.sh b/.drone/authenv.sh
index 30c1f10..0f1de13 100755
--- a/.drone/authenv.sh
+++ b/.drone/authenv.sh
@@ -23,7 +23,7 @@ echo "$GPG_SSB_ENC" | base64 -w 0 -d | gpg --batch --import
# prepare gpg settings for sbt
echo "Setting up sbt-pgp"
-cat << EOF > gpg.sbt
+cat << EOF > "$DRONE_DIR/gpg.sbt"
import com.typesafe.sbt.pgp.PgpKeys._
gpgCommand := "/usr/bin/gpg"
useGpg in Global := true