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

mkdir CRI

parent abc05501
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7974 failed with stages
in 2 minutes and 56 seconds
......@@ -146,7 +146,7 @@ resource "null_resource" "ops" {
# moves CRI_XCBC file into directory made above
provisioner "local-exec" {
command = "cd /CRI_XCBC && git submodule update --init --force"
command = "mkdir /CRI_XCBC && git submodule update --init --force"
}
......
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