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
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -27,11 +27,13 @@ tf-validate:
stage: validate
tags: [build]
script:
- cd CRI_XCBC && git checkout dev && git pull && cd ..
- 'sed -i -E "s/(cod_deploy: ).*/\1\ false/" CRI_XCBC/group_vars/all'
- rm -rf CRI_XCBC
- git clone https://github.com/jprorama/CRI_XCBC.git
- cd CRI_XCBC && git checkout dev && cd ..
- terraform --version
- terraform init
- terraform validate
- pwd
- terraform plan
tf-apply:
Loading