From 33c4b63f3ce98b560084b57804573392dd744211 Mon Sep 17 00:00:00 2001 From: Valerio P Date: Sun, 20 Oct 2024 02:58:32 +0100 Subject: [PATCH] typo --- template/{{.input_root_dir}}/.gitlab/cd_production.yml.tmpl | 2 +- template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/{{.input_root_dir}}/.gitlab/cd_production.yml.tmpl b/template/{{.input_root_dir}}/.gitlab/cd_production.yml.tmpl index ae5c2ac2..2f25b33e 100644 --- a/template/{{.input_root_dir}}/.gitlab/cd_production.yml.tmpl +++ b/template/{{.input_root_dir}}/.gitlab/cd_production.yml.tmpl @@ -12,4 +12,4 @@ deploy-production: - databricks bundle validate -t {{ .input_prod_catalog_name }} - databricks bundle deploy -t {{ .input_prod_catalog_name }} rules: - - when: on_success # mandatory to ensure this job can be called by parant on merge request + - when: on_success # mandatory to ensure this job can be called by parent on merge request diff --git a/template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl b/template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl index 2850591e..0600c41a 100644 --- a/template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl +++ b/template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl @@ -12,4 +12,4 @@ deploy-stage: - databricks bundle validate -t {{ .input_staging_catalog_name }} - databricks bundle deploy -t {{ .input_staging_catalog_name }} rules: - - when: on_success # mandatory to ensure this job can be called by parant on merge request + - when: on_success # mandatory to ensure this job can be called by parent on merge request