Browse Source

Updated OpenShift connection name

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
e2edccd03f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build/aro/webapp-container-build.yml

+ 2
- 1
build/aro/webapp-container-build.yml View File

@ -2,6 +2,7 @@ parameters:
ProjectName: ''
OpenShiftProject: ''
AppName: ''
OpenShiftServiceConnection: 'OpenShift on ARO'
jobs:
- job: Container_Build
dependsOn: Restore_Build_Publish
@ -11,7 +12,7 @@ jobs:
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'oc-setup '
inputs:
openshiftService: 'OpenShift on ARO DEV'
openshiftService: $(OpenShiftServiceConnection)
- script: 'oc project $(OpenShiftProject)'
failOnStderr: true
displayName: 'Set Project Context'


Loading…
Cancel
Save