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
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue