Merge "Set the new stable release as 0.4.9"

This commit is contained in:
Zuul 2021-09-21 15:17:48 +00:00 committed by Gerrit Code Review
commit dc4b833714
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.7') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.9') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed