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:
Alex Katz 2020-05-19 11:29:45 +03:00
parent cc3cb93742
commit a202c74e5a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
vars: vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}' deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}' 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_refspec: "{{ tobiko_git_refspec | default('') }}"
deploy_git_remote: '{{ tobiko_git_remote | default(omit) }}' deploy_git_remote: '{{ tobiko_git_remote | default(omit) }}'
when: create_tobiko_dir is changed when: create_tobiko_dir is changed