Skip to content

Commit

Permalink
Update ModuleRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and SDK Automation committed Oct 28, 2019
1 parent f2137ee commit ce0acfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ModuleRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

variables:
GOROOT: '/usr/local/go1.12'
GOPATH: '$(system.defaultWorkingDirectory)/work'
GOPATH: '/work'
sdkPath: '$(GOPATH)/src/github.com/Azure/azure-sdk-for-go'

steps:
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
displayName: 'Push profiles'
- script: go run ./tools/moduler/main.go ./services -v
displayName: 'Detecting new tag and push'
workingDirectory: '$(sdkPath)'
workingDirectory: '$(sdkPath)'

0 comments on commit ce0acfc

Please sign in to comment.