proxy: fix call to swagger generate

This commit is contained in:
Jens Langhammer 2020-11-23 19:04:24 +01:00
parent 6874265f94
commit 1a64edb89f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ stages:
- task: CmdLine@2
inputs:
script: |
$(go list -f {{.Target}} github.com/go-swagger/go-swagger/cmd/swagger) generate client -f ../swagger.yaml -A passbook -t pkg/
swagger generate client -f ../swagger.yaml -A passbook -t pkg/
workingDirectory: 'proxy/'
- task: PublishPipelineArtifact@1
inputs: