openshift-apps/coreos-koji-tagger: fix branch for stage
Corrects the branches implemented in e2d5015.
This commit is contained in:
parent
c342ae4baf
commit
6465379297
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ spec:
|
||||||
contextDir: coreos-koji-tagger
|
contextDir: coreos-koji-tagger
|
||||||
git:
|
git:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
ref: master
|
ref: fedora-infra-staging
|
||||||
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
|
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
|
||||||
{% else %}
|
{% else %}
|
||||||
ref: fedora-infra-staging
|
ref: master
|
||||||
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
|
uri: https://github.com/coreos/fedora-coreos-releng-automation.git
|
||||||
{% endif %}
|
{% endif %}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue