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

git clone CRI

parent 27813d89
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7964 failed with stages
in 1 minute and 33 seconds
......@@ -144,9 +144,9 @@ resource "null_resource" "ops" {
}
# moves CRI_XCBC file into directory made above
provisioner "file" {
source = "CRI_XCBC/*"
destination = "/"
provisioner "local-exec" {
command = "git clone --branch feat-openstack https://github.com/jprorama/CRI_XCBC.git /"
}
# compute node
......
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