Revert "oraculum: Temp switch stg to prod branch"

This reverts commit 954e7a7c49.
This commit is contained in:
František Zatloukal 2022-02-08 15:56:39 +01:00
parent 954e7a7c49
commit 234cc7937d

View file

@ -41,7 +41,7 @@ spec:
git: git:
uri: 'https://pagure.io/fedora-qa/packager_dashboard.git' uri: 'https://pagure.io/fedora-qa/packager_dashboard.git'
{% if env == 'staging' %} {% if env == 'staging' %}
ref: 'prod' ref: 'master'
{% else %} {% else %}
ref: 'prod' ref: 'prod'
{% endif %} {% endif %}