monitor-gating: staging: just point it to production for now

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-28 09:54:39 -07:00
parent 8d1b44b8bf
commit 452726e175

View file

@ -8,8 +8,8 @@ spec:
source:
git:
{% if env == 'staging' %}
uri: https://pagure.io/forks/pingou/fedora-ci/monitor-gating.git
ref: "staging"
uri: https://pagure.io/fedora-ci/monitor-gating.git
ref: "production"
{% else %}
uri: https://pagure.io/fedora-ci/monitor-gating.git
ref: "production"