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

Remove scp option for gpu build

parent 851f82ae
Branches patch-fix-vars-in-build-file
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ build { ...@@ -28,7 +28,6 @@ build {
] ]
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
extra_arguments = [ extra_arguments = [
"--scp-extra-args", "'-O'",
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
} }
......
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