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

test rm and mkdir /

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