Skip to content

Commit

Permalink
Update BuildTest.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 74387d9 commit 0dbf727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
vmImage: $(vm.image)

variables:
GOPATH: '$(system.defaultWorkingDirectory)/work'
GOPATH: '$(System.DefaultWorkingDirectory)/work'
sdkPath: '$(GOPATH)/src/github.com/Azure/azure-sdk-for-go'

steps:
- script: |
set -e
echo $(readlink -m $(System.DefaultWorkingDirectory))
mkdir -p '$(GOPATH)/bin'
mkdir -p '$(sdkPath)'
shopt -s dotglob extglob
Expand Down Expand Up @@ -64,4 +65,4 @@ jobs:
workingDirectory: '$(sdkPath)'
displayName: 'Linter Check'
failOnStderr: true
condition: succeededOrFailed()
condition: succeededOrFailed()

0 comments on commit 0dbf727

Please sign in to comment.