Skip to content
Snippets Groups Projects
Commit a2998198 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Clean up CRI_XCBC

parent cc6f5b8e
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7991 failed with stages
in 3 minutes and 1 second
...@@ -143,6 +143,11 @@ resource "null_resource" "ops" { ...@@ -143,6 +143,11 @@ resource "null_resource" "ops" {
private_key = var.ssh_private_key private_key = var.ssh_private_key
} }
provisioner "remote-exec" {
inline = [
"rm -rf /CRI_XCBC/*"
]
}
# moves CRI_XCBC file into directory made above # moves CRI_XCBC file into directory made above
provisioner "file" { provisioner "file" {
source = "CRI_XCBC/" source = "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