Loading templates/gitlab-ci-dbt-pages.yml +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,15 @@ variables: # Stages definition # ================================================== stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .dbt-scripts: &dbt-scripts | Loading templates/gitlab-ci-dbt.yml +6 −1 Original line number Diff line number Diff line Loading @@ -72,11 +72,16 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: orange-opensource.gitlab.io/tbc/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .dbt-scripts: &dbt-scripts | Loading Loading
templates/gitlab-ci-dbt-pages.yml +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,15 @@ variables: # Stages definition # ================================================== stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .dbt-scripts: &dbt-scripts | Loading
templates/gitlab-ci-dbt.yml +6 −1 Original line number Diff line number Diff line Loading @@ -72,11 +72,16 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: orange-opensource.gitlab.io/tbc/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .dbt-scripts: &dbt-scripts | Loading