Revert "Debian/source: do not force tag in build jobs"

This reverts commit ca4da16836.

This is adapted to revert only the missed part of
aarch64 publisher which now blocks publishing for debian.

Change-Id: I02932857454bdb09b72f539038d394760457109d
This commit is contained in:
Radosław Piliszek 2020-01-18 19:09:03 +00:00
parent 347bd599e5
commit 1cb4760b05
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ debug = true
namespace = kolla
{# TODO(mgoddard): Remove tag_suffix when CentOS 7 is no longer supported. #}
{% set tag_suffix = '-centos8' if ansible_distribution == 'centos' and ansible_distribution_major_version == '8' else '' %}
{% set tag_suffix = '-' ~ base_arch if base_distro == 'debian' and install_type == 'source' else '' %}
tag = {{ (zuul.tag if zuul.pipeline == "release" else zuul.branch | basename) ~ tag_suffix }}
{% endif %}
push = false