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

fixed git clone destination

parent 95c49f79
Branches feat-remove-remote-exec-blocks
No related tags found
No related merge requests found
Pipeline #10158 passed with stages
in 2 minutes and 27 seconds
......@@ -135,7 +135,7 @@ resource "null_resource" "ops" {
# clone CRI_XCBC on node
provisioner "remote-exec" {
inline = [
"git clone https://github.com/jprorama/CRI_XCBC.git /",
"git clone https://github.com/jprorama/CRI_XCBC.git /CRI_XCBC",
]
}
......
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