commit | d1da191a90164938c5817c3e95b0875533a980ba | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Fri May 29 17:00:39 2020 -0400 |
committer | June Tate-Gans <jtgans@google.com> | Fri May 29 17:00:39 2020 -0400 |
tree | ac7cacd4720f7ecd38c232f12792f37ab090486a | |
parent | 7f32c2847f05174b3c060cf94f3eb8d75915bb68 [diff] |
Fix syntax Change-Id: I77ef844466234ab6e844dccae9084202a8aae5dc
diff --git a/cicd/pipelines/tasks/task_publish_unstable.jenkins b/cicd/pipelines/tasks/task_publish_unstable.jenkins index 829eedd..83521bc 100644 --- a/cicd/pipelines/tasks/task_publish_unstable.jenkins +++ b/cicd/pipelines/tasks/task_publish_unstable.jenkins
@@ -16,10 +16,7 @@ String getKeygripId() { def script = """ - gpg --no-default-keyring \ - --keyring=release-keyring.gpg \ - --with-colons \ - --list-secret-keys \ + gpg --no-default-keyring --keyring=release-keyring.gpg --with-colons --list-secret-keys \ | awk -F: '$1 == "grp" { print $10 }' \ | head -n1 """