openshift-apps/coreos-koji-tagger: change bc source for staging

Allows us to test potential changes before merging them which will
trigger a build in prod and immediately start running in prod.
This commit is contained in:
Dusty Mabe 2019-08-19 14:20:40 -04:00 committed by Pierre-Yves Chibon
parent b7ae3cbde5
commit 028476dc21

View file

@ -9,8 +9,13 @@ spec:
type: Git
contextDir: coreos-koji-tagger
git:
{% if env == "staging" %}
ref: master
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
{% else %}
ref: fedora-infra-staging
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
{% endif %}
strategy:
type: Docker
dockerStrategy: