Skip to content
Snippets Groups Projects
Commit f2cf323e authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #782 from samos123/master

Vagrant, skip synchronize tasks (bug #697)
parents cf4f2b4f 5a2c75a3
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ Vagrant.configure("2") do |config|
"flannel_interface" => ip,
"flannel_backend_type" => "host-gw",
"local_release_dir" => "/vagrant/temp",
"download_run_once" => "True"
"download_run_once" => "False"
}
config.vm.network :private_network, ip: ip
......
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