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 b6a20b6 commit c1f7ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions databricks-operator/azure-pipelines-ci-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ steps:
displayName: 'Set up the Go workspace'

- script: |
echo 'ls $(modulePath)/databricks-operator'
ls $(modulePath)/databricks-operator
go version
go env
# go get -v -t -d ./...
Expand All @@ -52,6 +54,8 @@ steps:
go get github.com/axw/gocov/gocov
go get github.com/AlekSi/gocov-xml
go get -u gopkg.in/matm/v1/gocov-html
echo 'ls $(modulePath)/databricks-operator'
ls $(modulePath)/databricks-operator
workingDirectory: $(modulePath)/databricks-operator
displayName: 'Get dependencies'

Expand Down

0 comments on commit c1f7ffa

Please sign in to comment.