Blockerbugs: Use gunicorn_py311 branch

This commit is contained in:
František Zatloukal 2023-09-01 16:45:56 +02:00
parent 6f02e0ba6e
commit ecd4dc8016

View file

@ -15,9 +15,9 @@ spec:
git: git:
uri: https://pagure.io/fedora-qa/blockerbugs uri: https://pagure.io/fedora-qa/blockerbugs
{% if env == 'staging' %} {% if env == 'staging' %}
ref: "develop" ref: "gunicorn_py311"
{% else %} {% else %}
ref: "master" ref: "gunicorn_py311"
{% endif %} {% endif %}
strategy: strategy:
type: Source type: Source