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

remove CRI copy

parent dcaf4416
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #8009 failed with stages
in 4 minutes and 19 seconds
...@@ -146,14 +146,9 @@ resource "null_resource" "ops" { ...@@ -146,14 +146,9 @@ resource "null_resource" "ops" {
provisioner "remote-exec" { provisioner "remote-exec" {
inline = [ inline = [
"ls -al /CRI_XCBC", "ls -al /CRI_XCBC",
"rm -rf /CRI_XCBC/*"
] ]
} }
# moves CRI_XCBC file into directory made above # moves CRI_XCBC file into directory made above
provisioner "file" {
source = "CRI_XCBC/"
destination = "/CRI_XCBC"
}
# compute node # compute node
provisioner "remote-exec" { 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