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
|
||||
app: maubot
|
||||
dcname: maubot
|
||||
when: env != "production"
|
||||
when: env == "production"
|
||||
|
||||
###############################################
|
||||
# actions to delete the project from OpenShift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue