Fixed indentation error

This commit is contained in:
Tim McCarthy 2020-01-26 16:11:30 -08:00
parent 39c03617a4
commit b40115b25c

View File

@ -10,7 +10,7 @@ jobs:
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'oc-setup ' displayName: 'oc-setup '
inputs: inputs:
openshiftService: 'OpenShift on ARO DEV' openshiftService: 'OpenShift on ARO DEV'
- script: 'oc project $(OpenShiftProject)' - script: 'oc project $(OpenShiftProject)'
failOnStderr: true failOnStderr: true
displayName: 'Set Project Context' displayName: 'Set Project Context'