13889a5878
This is actually a noop for gpg, since the private key also contains the public. Change-Id: I60d4ebf0f3343911986a4e6c46a806539cda701b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
19 lines
441 B
ReStructuredText
19 lines
441 B
ReStructuredText
Sign artifacts
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: gpg_key
|
|
|
|
Complex argument which contains the GPG private key for signing
|
|
the artifacts. It is expected that this argument comes from a
|
|
`Secret`.
|
|
|
|
.. zuul:rolevar:: private
|
|
|
|
The ascii-armored contents of the GPG private key.
|
|
|
|
.. zuul:rolevar:: gpg_artifact_path
|
|
:default: "{{ zuul.executor.work_root }}/artifacts/"
|
|
|
|
Path to a directory containing artifacts to sign.
|