Set default stable tag to 0.4.7

Change-Id: If41805aea413a318c9f9553ce580083d6f53a206
This commit is contained in:
Federico Ressi 2021-09-02 10:51:01 +02:00
parent dd9d78027b
commit e4347ef32e
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