Merge "Component promotion jobs should read a custom release cfg"
This commit is contained in:
commit
2f6cc0b80b
@ -103,10 +103,15 @@ fi
|
||||
|
||||
{% if periodic|bool %}
|
||||
PERIODIC=1
|
||||
{% if component_promotion is defined %}
|
||||
QUICKSTART_RELEASE="component-{{ component_promotion }}-${QUICKSTART_RELEASE}"
|
||||
{% else %}
|
||||
QUICKSTART_RELEASE="promotion-testing-hash-${QUICKSTART_RELEASE}"
|
||||
{% endif %}
|
||||
EMIT_RELEASES_EXTRA_ARGS="$EMIT_RELEASES_EXTRA_ARGS --is-periodic"
|
||||
{% endif %}
|
||||
|
||||
|
||||
if [[ -f "$RELEASES_SCRIPT" ]] && [[ {{ featureset }} =~ 010|011|037|047|050|056 ]]; then
|
||||
|
||||
if [[ -f "$RELEASES_FILE_OUTPUT" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user