Browse Source

Updated path

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

+ 1
- 1
build/aro/webapp-container-build.yml 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 ./$(Pipeline.Workspace)/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: |


Loading…
Cancel
Save