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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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