openshift-apps/compose-tracker: build staging from staging branch

This will allow us to test out some things before we push to the
prod branch (master).
This commit is contained in:
Dusty Mabe 2019-08-15 10:14:19 -04:00 committed by Pierre-Yves Chibon
parent 060e7d4bca
commit 5e32a97e3c

View file

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