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

Update file provisioner

parent 5acf58ca
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7990 failed with stages
in 2 minutes and 52 seconds
......@@ -145,8 +145,8 @@ resource "null_resource" "ops" {
# moves CRI_XCBC file into directory made above
provisioner "file" {
source = "CRI_XCBC"
destination = "/"
source = "CRI_XCBC/"
destination = "/CRI_XCBC"
}
# 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