Update latest stable tag to 0.8.0

First tag officially used on RHOSO18 as well.

Change-Id: I4d5434e61064ca10df8c9647ccb35b0d240bd202
This commit is contained in:
Eduardo Olivares 2024-08-14 13:21:14 +02:00
parent 806697d999
commit c2467bb222

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_refspec: "{{ tobiko_git_refspec | default('0.7.3') }}" deploy_git_refspec: "{{ tobiko_git_refspec | default('0.8.0') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}" deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed when: create_tobiko_dir is changed