Browse Source

Updated filename

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
e938662abc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/mobilemarketingapigw/azure-pipelines.yml

+ 2
- 2
deploy/aro/mobilemarketingapigw/azure-pipelines.yml View File

@ -24,10 +24,10 @@ stages:
vmImage: 'windows-latest'
steps:
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
displayName: 'Replace tokens in envoy.yml'
displayName: 'Replace tokens in envoy.yaml'
inputs:
sourcePath: ./deploy/aro/mobilemarketingapigw
filePattern: envoy.yml
filePattern: envoy.yaml
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


Loading…
Cancel
Save