Skip to content
Snippets Groups Projects
Commit 1dc7f5f7 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

This commit combines multiple commands into a single commit message:

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'.
parent 73246e6b
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7905 failed with stages
in 2 minutes and 54 seconds
...@@ -27,6 +27,8 @@ tf-validate: ...@@ -27,6 +27,8 @@ tf-validate:
stage: validate stage: validate
tags: [build] tags: [build]
script: 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 --version
- terraform init - terraform init
- terraform validate - terraform validate
......
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