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

removed git pull from command script

parent 2095110d
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7936 failed with stages
in 3 minutes and 3 seconds
......@@ -27,7 +27,7 @@ tf-validate:
stage: validate
tags: [build]
script:
- cd CRI_XCBC && git checkout dev && git pull && cd ..
- cd CRI_XCBC && git checkout dev && cd ..
- terraform --version
- terraform init
- 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