Set default git version
This is required for test execution not to fail because of the plugin doesn't perform checkout from git Change-Id: I57a327e1888c6910a76eda9257cd47a774f225ba
This commit is contained in:
parent
cc3cb93742
commit
a202c74e5a
@ -12,7 +12,7 @@
|
||||
vars:
|
||||
deploy_dir: '{{ tobiko_src_dir | realpath }}'
|
||||
deploy_git_repo: '{{ tobiko_git_repo }}'
|
||||
deploy_git_version: "{{ tobiko_git_version | default('') }}"
|
||||
deploy_git_version: "{{ tobiko_git_version | default('HEAD') }}"
|
||||
deploy_git_refspec: "{{ tobiko_git_refspec | default('') }}"
|
||||
deploy_git_remote: '{{ tobiko_git_remote | default(omit) }}'
|
||||
when: create_tobiko_dir is changed
|
||||
|
Loading…
Reference in New Issue
Block a user