Skip to content

Commit 9f72a44

Browse files
author
Komal Yadav
committed
updated
1 parent 75e59f7 commit 9f72a44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cloudbuild-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ steps:
2424
2525
echo "pinentry-mode loopback" >> $$GNUPGHOME/gpg.conf
2626
echo "allow-loopback-pinentry" >> $$GNUPGHOME/gpg-agent.conf
27+
28+
echo "$$GPG_KEY" | gpg --batch --import
29+
echo "GPG key imported into $$GNUPGHOME."
2730
2831
- name: 'gcr.io/cloud-builders/mvn:3.8-jdk-8'
2932
id: maven-package

0 commit comments

Comments
 (0)