Skip to content

Commit

Permalink
add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Apr 16, 2024
1 parent 5ada1a3 commit 31e7c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-signing-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gcloud kms decrypt \
set +e
echo "Importing the signing key"
gpg --import --no-tty --batch --yes signing_key.asc
echo " - done"
set -e

# List available GPG keys
Expand Down

0 comments on commit 31e7c44

Please sign in to comment.