Merge "Fix namespace for containers build job - needed for rocky"

This commit is contained in:
Zuul 2019-03-20 18:44:52 +00:00 committed by Gerrit Code Review
commit 12dec7a9cb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ template_override={{ openstack_git_root }}/tripleo-common/container-images/tripl
rpm_setup_config=http://172.17.0.1/delorean.repo,http://172.17.0.1/delorean-{{ ci_branch }}-testing.repo
push={{ push_containers }}
{% if 'periodic' in zuul.pipeline %}
namespace=tripleomaster
namespace=tripleo{{ release|default("master") }}
{% else %}
namespace={{ ci_branch | replace("/", "") }}
{% endif %}