Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update azure-pipelines-ci-artifacts.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Azadehkhojandi committed May 23, 2019
1 parent abcfd16 commit 3d01f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databricks-operator/azure-pipelines-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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'

Expand Down

0 comments on commit 3d01f8a

Please sign in to comment.