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