aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.drone/authenv.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone/authenv.sh b/.drone/authenv.sh
index 0f1de13..51242f5 100755
--- a/.drone/authenv.sh
+++ b/.drone/authenv.sh
@@ -21,6 +21,9 @@ echo "$NEWLINE"
echo "Extracting and importing signing key"
echo "$GPG_SSB_ENC" | base64 -w 0 -d | gpg --batch --import
+ls -la "$DRONE_DIR"
+tree "$DRONE_DIR"
+
# prepare gpg settings for sbt
echo "Setting up sbt-pgp"
cat << EOF > "$DRONE_DIR/gpg.sbt"