From 7bb9b2416bb6b7e1afa464d214238afe5d46461f Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 15 Aug 2022 19:20:33 +0300 Subject: [PATCH] cherry-pick: upd-specs Merge in DNS/adguard-home from upd-specs to master Squashed commit of the following: commit d7ac1dc1ef305098ff741d557c13db8a60ffe1f9 Author: Ainar Garipov Date: Mon Aug 15 19:16:51 2022 +0300 bamboo-specs: allow larger keys --- bamboo-specs/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 399daff3..e379dc73 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -101,7 +101,7 @@ git checkout "${bamboo.repository.revision.number}" # Run the build with the specified channel. - echo "${bamboo.gpgSecretKey}"\ + echo "${bamboo.gpgSecretKeyPart1}${bamboo.gpgSecretKeyPart2}"\ | awk '{ gsub(/\\n/, "\n"); print; }'\ | gpg --import --batch --yes