Added dry-run

This commit is contained in:
Tim McCarthy 2020-02-26 23:07:34 -08:00
parent 00c261e5a4
commit 451f4f08f5

View File

@ -49,6 +49,6 @@ stages:
| oc apply -f-'
failOnStderr: true
displayName: 'Ensure Catalog API OpenShift DeploymentConfig and Service'
- script: 'oc apply -f ./deploy/aro/catalog-api/catalog-public-route.yml'
- script: 'oc apply -f ./deploy/aro/catalog-api/catalog-public-route.yml --dry-run=true'
failOnStderr: true
displayName: 'Ensure Catalog API Route'