From 3d01f8ac01a9b1183a74f700bf47e6f776efe03b Mon Sep 17 00:00:00 2001 From: azadeh khojandi Date: Thu, 23 May 2019 18:41:00 +1000 Subject: [PATCH] Update azure-pipelines-ci-artifacts.yaml for Azure Pipelines --- databricks-operator/azure-pipelines-ci-artifacts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databricks-operator/azure-pipelines-ci-artifacts.yaml b/databricks-operator/azure-pipelines-ci-artifacts.yaml index 13c348d..8371e44 100644 --- a/databricks-operator/azure-pipelines-ci-artifacts.yaml +++ b/databricks-operator/azure-pipelines-ci-artifacts.yaml @@ -52,7 +52,7 @@ steps: go get github.com/axw/gocov/gocov go get github.com/AlekSi/gocov-xml go get -u gopkg.in/matm/v1/gocov-html - workingDirectory: '$(modulePath)' + workingDirectory: $(modulePath)/databricks-operator displayName: 'Get dependencies' - script: | @@ -63,8 +63,8 @@ steps: ls echo 'ls $(modulePath)' ls $(modulePath) - make build -C databricks-operator - workingDirectory: $(modulePath) + make build + workingDirectory: $(modulePath)/databricks-operator continueOnError: 'false' displayName: 'Build app'