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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -22,7 +22,7 @@ stages: # List of stages for jobs, and their order of execution
- cleanup
tf-validate:
stage: build
stage: validate
tags: [build]
script:
- terraform --version
@@ -44,4 +44,4 @@ clean-up:
tags: [build]
script:
- terraform destroy -auto-approve
when: manual
Loading