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
0
Compare changes
  • Side-by-side
  • Inline
  • cd CRI_XCBC && git checkout dev && git pull && cd ..
    'sed -i -E "s/(cod_deploy:).*/\1false/" CRI_XCBC/group_vars/all'
    Explanation:
    This commit message signifies that the 'CRI_XCBC' repository is being updated in the following ways:
    
    The branch is switched to 'dev'.
    The latest changes are pulled from the 'dev' branch.
    The 'CRI_XCBC/group_vars/all' file is modified to disable 'cod_deploy' by setting it to 'false'.
+ 2
0
@@ -27,6 +27,8 @@ tf-validate:
stage: validate
tags: [build]
script:
- cd CRI_XCBC && git checkout dev && git pull && cd ..
- 'sed -i -E "s/(cod_deploy:).*/\1false/" CRI_XCBC/group_vars/all'
- terraform --version
- terraform init
- terraform validate
Loading