Loading README.md +5 −5 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -206,9 +206,9 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`: ```yaml # main template - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # GitLab pages variant - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.0.0 ``` ### Google Cloud variant Loading Loading @@ -242,9 +242,9 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f ```yaml # main template - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # Google Cloud variant - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.0.0 inputs: # common OIDC config for non-prod envs gcp-oidc-provider: "projects/<gcp_nonprod_proj_id>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>" Loading Loading
README.md +5 −5 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -206,9 +206,9 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`: ```yaml # main template - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # GitLab pages variant - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-pages@4.0.0 ``` ### Google Cloud variant Loading Loading @@ -242,9 +242,9 @@ With a common default `GCP_OIDC_PROVIDER` and `GCP_OIDC_ACCOUNT` configuration f ```yaml # main template - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.0.0 # Google Cloud variant - component: gitlab.com/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.0.0 - component: $CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt-gcp@4.0.0 inputs: # common OIDC config for non-prod envs gcp-oidc-provider: "projects/<gcp_nonprod_proj_id>/locations/global/workloadIdentityPools/<pool_id>/providers/<provider_id>" Loading