From 0554daf3d83a53549347db44448efd69819eb1ad Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 29 Apr 2019 15:44:57 +0100 Subject: [PATCH] Set working directory --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0ef4f12b..6a4d0d9c3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,6 +121,7 @@ steps: env printf "\n\nRclone environment:\n\n" make vars + workingDirectory: '$(modulePath)' displayName: Print Go version and environment - script: | @@ -131,6 +132,7 @@ steps: - bash: | make racequicktest + workingDirectory: '$(modulePath)' displayName: Race test condition: eq( variables['GO_LATEST'], 'true' ) @@ -138,11 +140,13 @@ steps: make build_dep make check condition: and( eq( variables['Agent.OS'], 'Linux' ), eq( variables['GO_LATEST'], 'true' ) ) + workingDirectory: '$(modulePath)' displayName: Code quality test - bash: | make compile_all condition: and( eq( variables['Agent.OS'], 'Linux' ), eq( variables['GO_LATEST'], 'true' ) ) + workingDirectory: '$(modulePath)' displayName: Compile all architectures test # FIXME deploy