zuul-jobs/roles/sign-artifacts/README.rst
Paul Belanger 13889a5878
Remove GPG public key for sign-artifacts role
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>
2017-08-25 13:28:02 -04:00

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.