Update latest stable tag to 0.6.7

Change-Id: Ia1eb5b02e295e965d5e887b634369e70d87abea7
This commit is contained in:
Eduardo Olivares 2023-03-17 15:54:17 +01:00
parent 1f2e522f17
commit 10aa08b6d8
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.6.6') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.7') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed