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

revert provisioner to original

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