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 25, 2019
1 parent baecb36 commit 4e58bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

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

0 comments on commit 4e58bdd

Please sign in to comment.