maubot-stg: fix logic in oc rollout conditional
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
2bca1f1504
commit
3a2adc33ef
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
- role: openshift/rollout
|
- role: openshift/rollout
|
||||||
app: maubot
|
app: maubot
|
||||||
dcname: maubot
|
dcname: maubot
|
||||||
when: env != "production"
|
when: env == "production"
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
# actions to delete the project from OpenShift
|
# actions to delete the project from OpenShift
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue