From dc06e340d536afea8170a73a4580dbe8549be833 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 23 Oct 2017 19:17:19 +0000 Subject: [PATCH] Temporarily leave launchpad creds for release jobs The launchpadlib credential setup used by tag-releases to comment on LP bugs is not yet working as expected. Temporarily stop shredding and deleting the credential file so that a manually-held node can be inspected for deeper investigation. Change-Id: Id4cea87320f89b2c01d94616ee00019c7f69b0e8 --- playbooks/release/post.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/release/post.yaml b/playbooks/release/post.yaml index 87f74fb639..a313383c2b 100644 --- a/playbooks/release/post.yaml +++ b/playbooks/release/post.yaml @@ -1,5 +1,5 @@ - hosts: all roles: - remove-sshkey - - remove-launchpad-credentials + # TODO(fungi) re-add remove-launchpad-credentials here - remove-gpgkey