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:
parent
060e7d4bca
commit
5e32a97e3c
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue