Select a new stable tag for donwstream jobs

Change-Id: Ibf1aee81d526f92ab95149a22c8f0b2e961a971a
This commit is contained in:
Federico Ressi 2022-02-14 15:09:22 +01:00
parent 7892c78e55
commit 96c35812de

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