UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 214778ed authored by Ismail Ahmad's avatar Ismail Ahmad
Browse files

chore: explictly setting the pre var job as a dependency

parent 4e71f6ae
No related branches found
No related tags found
1 merge request!153BB-1271 Fix TF Workspace Deletion
Pipeline #132647 passed
......@@ -209,6 +209,8 @@ aws/rke2/cluster up:
- .rke2 up
needs:
- job: aws/network up
- job: pre vars
artifacts: true
environment:
name: review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
......@@ -281,6 +283,8 @@ aws/rke2/cluster down:
- .rke2 down
needs:
- job: aws/rke2/bigbang down
- job: pre vars
artifacts: true
environment:
name: review/aws-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
......
......@@ -18,7 +18,6 @@ include:
variables:
TF_IN_AUTOMATION: "1"
before_script:
# Shorten the env name down to 15 characters
- echo "$TF_VAR_env"
- cd ${CI_PROJECT_DIR}/${TF_ROOT}
- terraform version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment