Skip to content
Snippets Groups Projects
Commit 089f3da1 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

reverting the space before false.

parent 343d3742
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7914 failed with stages
in 3 minutes and 30 seconds
...@@ -28,7 +28,7 @@ tf-validate: ...@@ -28,7 +28,7 @@ tf-validate:
tags: [build] tags: [build]
script: script:
- cd CRI_XCBC && git checkout dev && git pull && cd .. - cd CRI_XCBC && git checkout dev && git pull && cd ..
- 'sed -i -E "s/(cod_deploy: ).*/\1\ false/" CRI_XCBC/group_vars/all' - '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