Loading templates/gitlab-ci-sqlfluff.yml +6 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,12 @@ stages: return fi if [[ ! "$(whoami)" == "root" ]] then log_warn "can't install custom CA certificates (not root user); make sure to handle it" return fi # List of typical bundles bundles="/etc/ssl/certs/ca-certificates.crt" # Debian/Ubuntu/Gentoo etc. bundles="${bundles} /etc/ssl/cert.pem" # Alpine Linux Loading Loading
templates/gitlab-ci-sqlfluff.yml +6 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,12 @@ stages: return fi if [[ ! "$(whoami)" == "root" ]] then log_warn "can't install custom CA certificates (not root user); make sure to handle it" return fi # List of typical bundles bundles="/etc/ssl/certs/ca-certificates.crt" # Debian/Ubuntu/Gentoo etc. bundles="${bundles} /etc/ssl/cert.pem" # Alpine Linux Loading