Loading templates/gitlab-ci-angular.yml +4 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,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-angular.yml +4 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,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