Loading templates/gitlab-ci-dbt.yml +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ stages: before_script: - *dbt-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - assert_defined "${DBT_ADAPTER}" 'Missing required dbt adapter' - install_requirements - dbt deps --project-dir "${DBT_PROJECT_DIR}" --profiles-dir "${DBT_PROFILES_DIR}" # Cache downloaded dependencies and plugins between builds. Loading Loading
templates/gitlab-ci-dbt.yml +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ stages: before_script: - *dbt-scripts - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}" - assert_defined "${DBT_ADAPTER}" 'Missing required dbt adapter' - install_requirements - dbt deps --project-dir "${DBT_PROJECT_DIR}" --profiles-dir "${DBT_PROFILES_DIR}" # Cache downloaded dependencies and plugins between builds. Loading