compose-tracker: check out correct branch for prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-07 10:13:46 -08:00
parent c856c7e882
commit 60f6cb5f50

View file

@ -10,7 +10,7 @@ spec:
{% if env == "staging" %}
ref: staging
{% else %}
ref: master
ref: main
{% endif %}
uri: https://pagure.io/releng/compose-tracker.git
type: Git