Merge "build-containers: allow to use ci_branch to find out if it's train"

This commit is contained in:
Zuul 2020-07-22 22:27:30 +00:00 committed by Gerrit Code Review
commit 4705cc4002
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
when:
(release is defined and release == 'train')
or (branch_override is defined and branch_override == 'stable/train')
or (ci_branch is defined and ci_branch == 'train')
- name: Configure tripleo registry
include_role:
name: "{{ tripleo_image_serve_role | default('tripleo_image_serve') }}"