Loading .gitlab-ci.yml +2 −8 Original line number Diff line number Diff line Loading @@ -5,12 +5,6 @@ include: - project: shore/ci-templates file: templates/terraform.yml stages: - test - build - plan - apply Generate payload: stage: build image: registry.shore.co.il/ci-images:python3 Loading @@ -30,13 +24,13 @@ Generate payload: Terraform plan: extends: .tf_plan stage: plan stage: test dependencies: - Generate payload Terraform apply: extends: .tf_apply stage: apply stage: deploy dependencies: &tf_apply_dependecies - Generate payload - Terraform plan Loading Loading
.gitlab-ci.yml +2 −8 Original line number Diff line number Diff line Loading @@ -5,12 +5,6 @@ include: - project: shore/ci-templates file: templates/terraform.yml stages: - test - build - plan - apply Generate payload: stage: build image: registry.shore.co.il/ci-images:python3 Loading @@ -30,13 +24,13 @@ Generate payload: Terraform plan: extends: .tf_plan stage: plan stage: test dependencies: - Generate payload Terraform apply: extends: .tf_apply stage: apply stage: deploy dependencies: &tf_apply_dependecies - Generate payload - Terraform plan Loading