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:
parent
b7ae3cbde5
commit
028476dc21
1 changed files with 5 additions and 0 deletions
|
@ -9,8 +9,13 @@ spec:
|
||||||
type: Git
|
type: Git
|
||||||
contextDir: coreos-koji-tagger
|
contextDir: coreos-koji-tagger
|
||||||
git:
|
git:
|
||||||
|
{% if env == "staging" %}
|
||||||
ref: master
|
ref: master
|
||||||
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
|
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:
|
strategy:
|
||||||
type: Docker
|
type: Docker
|
||||||
dockerStrategy:
|
dockerStrategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue