Remove featureset 011 from the emit_releases conditional

In [1] featureset 011 is moving to deprecated it has not been
used in a long time so we should also remove the relevant
conditional for using emit_releases.

[1] https://review.opendev.org/c/openstack/tripleo-quickstart/+/816858

Change-Id: I10a500644e19e4fdd6364e4e27d7175672bd110a
This commit is contained in:
Marios Andreou 2021-11-09 09:26:23 +02:00
parent ba01506299
commit e6a036545a
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ EMIT_RELEASES_EXTRA_ARGS="$EMIT_RELEASES_EXTRA_ARGS --hash-override={{ job.provi
{% endif %}
{% endif %}
if [[ -f "$RELEASES_SCRIPT" ]] && [[ {{ featureset }} =~ 011|037|047|050|056 ]]; then
if [[ -f "$RELEASES_SCRIPT" ]] && [[ {{ featureset }} =~ 037|047|050|056 ]]; then
if [[ -f "$RELEASES_FILE_OUTPUT" ]]; then
echo "Importing ready releases.sh file - skipping releases.sh file generation."