Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valx committed Oct 20, 2024
1 parent 3164e9b commit 33c4b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion template/{{.input_root_dir}}/.gitlab/cd_stage.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33c4b63

Please sign in to comment.