fedocal: build in staging from the staging branch again

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-04-07 12:12:39 +02:00
parent b05efc7091
commit 26bfef7853

View file

@ -14,7 +14,7 @@ spec:
git:
uri: https://pagure.io/fedocal.git
{% if env == 'staging' %}
ref: "debug"
ref: "staging"
{% else %}
ref: "production"
{% endif %}