Updated file path

This commit is contained in:
Tim McCarthy 2020-02-13 13:46:36 -08:00
parent b6e0f04eab
commit f3aa124445

View File

@ -19,7 +19,7 @@ jobs:
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
artifact: drop artifact: drop
- script: 'oc process -f openshift-app-build-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-' - script: 'oc process -f ../openshift-app-build-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-'
failOnStderr: true failOnStderr: true
displayName: 'Ensure OpenShift BuildConfig' displayName: 'Ensure OpenShift BuildConfig'
- powershell: | - powershell: |