Skip to content
Snippets Groups Projects
Unverified Commit 97d56edd authored by Sylvain Desbureaux's avatar Sylvain Desbureaux
Browse files

fix: make gpg configuration to work


install also `gpg-agent` as it's needed by gpg to import keys.
closes #48

Signed-off-by: default avatarSylvain Desbureaux <sylvain.desbureaux@orange.com>
parent 00ca92b1
No related branches found
No related tags found
No related merge requests found
......@@ -804,7 +804,7 @@ stages:
- !reference [.semrel-scripts]
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
# install git and OpenSSH
- maybe_install_packages ca-certificates git openssh-client gpg
- maybe_install_packages ca-certificates git openssh-client gpg gpg-agent
- maybe_install_yq
- cd "${SEMREL_CONFIG_DIR}"
- prepare_semantic_release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment