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

added submodule update and then copy CRI

parent 491a3c5b
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7972 failed with stages
in 1 minute and 39 seconds
......@@ -2,6 +2,7 @@
path = CRI_XCBC
url = https://github.com/jprorama/CRI_XCBC.git
branch = feat-openstack
[submodule "CRI_Cluster_Monitor"]
path = CRI_Cluster_Monitor
url = https://github.com/eesaanatluri/CRI_Cluster_Monitor.git
......@@ -146,7 +146,13 @@ resource "null_resource" "ops" {
# moves CRI_XCBC file into directory made above
provisioner "local-exec" {
command = "git clone --branch feat-openstack https://github.com/jprorama/CRI_XCBC.git /"
command = "cd /CRI_XCBC && git submodule update --init --force"
}
provisioner "file" {
source = "CRI_XCBC"
destination = "/"
}
# 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