Add PGP key
Change-Id: I03e3a322b1e527cd05ff47c80fea358e5d175270
diff --git a/jjb/onos/onos-release-build.sh b/jjb/onos/onos-release-build.sh
index f414626..de8de50 100644
--- a/jjb/onos/onos-release-build.sh
+++ b/jjb/onos/onos-release-build.sh
@@ -4,6 +4,9 @@
ONOS_ROOT=`pwd`
. tools/build/envDefaults
+# extract PGP key
+base64 -i secring.gpg.b64 >secring.gpg.b64
+
env
# set up release build credentials
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index 212a555..17ea966 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -237,6 +237,12 @@
- file-id: 'onos-build-credentials'
target: 'onos-build-credentials'
variable: 'CREDENTIALS_FILE'
+ - file-id: 'buck-config-local'
+ target: '.buckconfig.local'
+ variable: 'BUCK_CONFIG_FILE'
+ - file-id: 'secring.gpg.b64'
+ target: 'secring.gpg.b64'
+ variable: 'GPG_B64_FILE'
#put shell scripts in file then make sure shell check is installed on verify vms
- shell: !include-raw-escape: onos-release-build.sh