This commit is contained in:
Ralph Bean 2018-04-13 18:27:09 +00:00
parent 76cac827fa
commit e3b9461bb6

View file

@ -45,7 +45,6 @@
- { 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: imagestreamtag.yml, 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 }}