Merge "Update conditional to add tcib_extra params"

This commit is contained in:
Zuul 2021-10-05 17:34:34 +00:00 committed by Gerrit Code Review
commit 1ef936a088
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
tcib_extras:
- "tcib_release={{ ansible_distribution_major_version }}"
- "tcib_python_version={{ (ansible_distribution_major_version|int < 9) | ternary ('3.6', '3.9') }}"
when: branch not in ['train', 'ussuri', 'victoria']
when: release not in ['train', 'ussuri', 'victoria']
- name: Build and push container images to the local registry
collections: