Updated path
This commit is contained in:
parent
7d726e3ada
commit
3bdaefe803
@ -19,7 +19,7 @@ jobs:
|
|||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
inputs:
|
inputs:
|
||||||
artifact: drop
|
artifact: drop
|
||||||
- script: 'oc process -f ./$(Pipeline.Workspace)/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…
x
Reference in New Issue
Block a user