Loading templates/gitlab-ci-node.yml +4 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,10 @@ stages: 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 # import in Java keystore (if keytool command found) if command -v keytool > /dev/null then Loading Loading
templates/gitlab-ci-node.yml +4 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,10 @@ stages: 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 # import in Java keystore (if keytool command found) if command -v keytool > /dev/null then Loading