Merge "Set default stable tag to 0.4.7"

This commit is contained in:
Zuul 2021-09-02 09:46:35 +00:00 committed by Gerrit Code Review
commit 804eb47be4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}'
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.6') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.7') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed