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