Skip to content
Snippets Groups Projects

wip: test-keypair without file

Closed Krish Moodbidri requested to merge feat-test-keypair into feat-deploy-xdmod-supremm
Compare and Show latest version
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -14,6 +14,7 @@ variables:
cache:
paths:
- .terraform
- .terraform.lock.hcl
- terraform.tfstate
stages: # List of stages for jobs, and their order of execution
@@ -26,6 +27,8 @@ tf-validate:
stage: validate
tags: [build]
script:
- rm -rf CRI_XCBC
- git clone https://github.com/jprorama/CRI_XCBC.git
- cd CRI_XCBC && git checkout dev && cd ..
- terraform --version
- terraform init
Loading