Ensure git clones discard local modifications
If a cloned repo contains local modifications, the clone task will fail. This ensures any local modifications are discarded, ensuring a successful clone. Change-Id: Ic5799fe07e15739cc11acabba803e3be47606f94 Closes-Bug: #1506590
This commit is contained in:
parent
4eb840a924
commit
177ab6777b
@ -20,6 +20,7 @@
|
||||
clone: "yes"
|
||||
update: "yes"
|
||||
version: "{{ nova_novncproxy_git_install_branch }}"
|
||||
force: yes
|
||||
register: git_clone
|
||||
until: git_clone|success
|
||||
retries: 5
|
||||
|
@ -45,6 +45,7 @@
|
||||
clone: "yes"
|
||||
update: "yes"
|
||||
version: "{{ nova_spicehtml5_git_install_branch }}"
|
||||
force: yes
|
||||
register: git_clone
|
||||
until: git_clone|success
|
||||
retries: 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user