Skip to content
Snippets Groups Projects
Commit d747c4cb authored by nimrod's avatar nimrod
Browse files

Remove the manual CI stages.

The pre-commit template now runs in .pre. Reorder the other jobs.
parent bcf8db4e
No related branches found
No related tags found
No related merge requests found
Pipeline #1604 failed
...@@ -5,12 +5,6 @@ include: ...@@ -5,12 +5,6 @@ include:
- project: shore/ci-templates - project: shore/ci-templates
file: templates/terraform.yml file: templates/terraform.yml
stages:
- test
- build
- plan
- apply
Generate payload: Generate payload:
stage: build stage: build
image: registry.shore.co.il/ci-images:python3 image: registry.shore.co.il/ci-images:python3
...@@ -30,13 +24,13 @@ Generate payload: ...@@ -30,13 +24,13 @@ Generate payload:
Terraform plan: Terraform plan:
extends: .tf_plan extends: .tf_plan
stage: plan stage: test
dependencies: dependencies:
- Generate payload - Generate payload
Terraform apply: Terraform apply:
extends: .tf_apply extends: .tf_apply
stage: apply stage: deploy
dependencies: &tf_apply_dependecies dependencies: &tf_apply_dependecies
- Generate payload - Generate payload
- Terraform plan - Terraform plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment