Skip to content

Commit

Permalink
fix setup signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Apr 17, 2024
1 parent 31e7c44 commit 6d90a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-signing-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set -e
# List available GPG keys
gpg -K

KEYNAME=`gpg --with-colons --keyid-format long --list-keys automation@commercetools.de | grep fpr | cut -d ':' -f 10`
KEYNAME=`gpg --with-colons --keyid-format long --list-keys devtooling@commercetools.com | grep fpr | cut -d ':' -f 10`

mkdir -p ~/.gradle
touch ~/.gradle/gradle.properties
Expand Down

0 comments on commit 6d90a50

Please sign in to comment.