Loading templates/gitlab-ci-cypress.yml +4 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,10 @@ stages: then log_info "CA certificates imported in \\e[33;1m/etc/ssl/cert.pem\\e[0m" fi # configure for npm echo "$certs" > /tmp/custom-ca.pem export NODE_EXTRA_CA_CERTS=/tmp/custom-ca.pem } function unscope_variables() { Loading Loading
templates/gitlab-ci-cypress.yml +4 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,10 @@ stages: then log_info "CA certificates imported in \\e[33;1m/etc/ssl/cert.pem\\e[0m" fi # configure for npm echo "$certs" > /tmp/custom-ca.pem export NODE_EXTRA_CA_CERTS=/tmp/custom-ca.pem } function unscope_variables() { Loading