diff --git a/build/aro/webapp-container-build.yml b/build/aro/webapp-container-build.yml index 01ba1f97e..447fc91e3 100644 --- a/build/aro/webapp-container-build.yml +++ b/build/aro/webapp-container-build.yml @@ -19,7 +19,7 @@ jobs: - task: DownloadPipelineArtifact@2 inputs: artifact: drop - - script: 'oc process -f $(Pipeline.Workspace)/openshift-templates/openshift-app-build-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-' + - script: 'oc process -f ./build/aro/openshift-templates/app-build-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-' failOnStderr: true displayName: 'Ensure OpenShift BuildConfig' - powershell: |