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: source:
git: git:
{% if env == 'staging' %} {% if env == 'staging' %}
uri: https://pagure.io/forks/pingou/fedora-ci/monitor-gating.git uri: https://pagure.io/fedora-ci/monitor-gating.git
ref: "staging" ref: "production"
{% else %} {% else %}
uri: https://pagure.io/fedora-ci/monitor-gating.git uri: https://pagure.io/fedora-ci/monitor-gating.git
ref: "production" ref: "production"