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

Adding pull to the dev branch on CRI_XCBC to get all the commits

parent b0e507a3
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #8015 failed with stages
in 4 minutes and 19 seconds
...@@ -47,7 +47,7 @@ tf-apply: ...@@ -47,7 +47,7 @@ tf-apply:
- XDMOD_IMAGES=($(openstack image list --sort-column Name --sort-descending -f value -c Name -c ID | grep -P ' xdmod-\d{14}$' | awk '{print $2}')) - XDMOD_IMAGES=($(openstack image list --sort-column Name --sort-descending -f value -c Name -c ID | grep -P ' xdmod-\d{14}$' | awk '{print $2}'))
- export TF_VAR_image_ohpc="${XDMOD_IMAGES[1]}" - export TF_VAR_image_ohpc="${XDMOD_IMAGES[1]}"
- echo $TF_VAR_image_ohpc - echo $TF_VAR_image_ohpc
- cd CRI_XCBC && git checkout dev && git status && cd .. - cd CRI_XCBC && git checkout dev && git pull && git status && cd ..
- 'sed -i -E "s/(cod_deploy: ).*/\1false/" CRI_XCBC/group_vars/all' - 'sed -i -E "s/(cod_deploy: ).*/\1false/" CRI_XCBC/group_vars/all'
- terraform apply -auto-approve || terraform destroy -auto-approve && false - terraform apply -auto-approve || terraform destroy -auto-approve && false
......
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