Blockerbugs: temp testing of releng requests on prod

This commit is contained in:
František Zatloukal 2023-04-04 17:40:43 +02:00
parent 36b489bce2
commit d04e46c8dc

View file

@ -17,7 +17,7 @@ spec:
{% if env == 'staging' %}
ref: "develop"
{% else %}
ref: "master"
ref: "releng_requests_prod"
{% endif %}
strategy:
type: Source