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

deleted dir / and cloned to /

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