Another typofix.
This commit is contained in:
parent
e3b9461bb6
commit
65f7e6bbc7
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
|||
privatefile: fedmsg-certs/keys/greenwave-greenwave-web-greenwave.app.os.fedoraproject.org.crt
|
||||
when: env != "staging"
|
||||
- { role: openshift/object, vars: {app: greenwave, file: imagestream.yml }}
|
||||
- { role: openshift/object, vars: {app: greenwave, template: buildconfig.yml, when : env != 'staging' }}
|
||||
- { role: openshift/start-build, vars: {app: greenwave, name: greenwave-docker-build, when: env != 'staging' }}
|
||||
- { role: openshift/object, vars: {app: greenwave, template: buildconfig.yml}, when : env != 'staging' }
|
||||
- { role: openshift/start-build, vars: {app: greenwave, name: greenwave-docker-build}, when: env != 'staging' }
|
||||
- { role: openshift/object, vars: {app: greenwave, template: configmap.yml }}
|
||||
- { role: openshift/object, vars: {app: greenwave, file: service.yml }}
|
||||
- { role: openshift/object, vars: {app: greenwave, file: route.yml }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue