Add GPG key to tag-releases job

It uses this on the remote node in order to sign the git tags.
Remove it and the ssh private key from the remote node as well.

Change-Id: I89c58194905aec383af7b4c7d970b040ca4e55bb
Depends-On: I2f13f0c4de91808ba1bbdcc0fd20a547e43d602b
This commit is contained in:
James E. Blair 2017-10-19 13:35:35 -07:00
parent 69375f013f
commit f1dbffce0a
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
- hosts: all
roles:
- remove-sshkey
- remove-launchpad-credentials
- remove-gpgkey

View File

@ -15,3 +15,4 @@
- legacy-copy-project-config-scripts
- add-sshkey
- add-launchpad-credentials
- add-gpgkey

View File

@ -631,6 +631,7 @@
secret: lp_creds
- name: ssh_key
secret: release_ssh_key
- gpg_key
- job:
name: project-config-check-main-yaml