Skip to content
Snippets Groups Projects
Commit 43e285f5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(ca): install ca-certs before importing custom CA certificates

Fix #51
parent 521ecd09
Branches
Tags
No related merge requests found
......@@ -834,9 +834,9 @@ stages:
command: ["--service", "semrel", "3.14.0"]
before_script:
- !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 gpg-agent
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
- 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.
Please register or to comment