From 1c281da2ab5dc5e7ea44b18f38726f84022e2e85 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Mon, 21 Oct 2019 20:45:10 +0800 Subject: [PATCH] Update BuildTest.yml --- .azure-pipelines/BuildTest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/BuildTest.yml b/.azure-pipelines/BuildTest.yml index fbf034a8c0b1..69743fbe510c 100644 --- a/.azure-pipelines/BuildTest.yml +++ b/.azure-pipelines/BuildTest.yml @@ -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 @@ -65,4 +65,4 @@ jobs: workingDirectory: '$(sdkPath)' displayName: 'Linter Check' failOnStderr: true - condition: succeededOrFailed() \ No newline at end of file + condition: succeededOrFailed()