Skip to content

Commit

Permalink
fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored May 13, 2019
1 parent 69e4902 commit 3e63b6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .codefresh/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ version: '1.0'
steps:
test:
image: golang:1.12
working_directory: /go/src/github.com/chartmuseum
commands:
- ln -s /codefresh/volume/${{CF_REPO_NAME}} auth && cd auth
- GO111MODULE=on go mod vendor
- export GO111MODULE=on
- go mod download && go mod vendor
- make test

0 comments on commit 3e63b6c

Please sign in to comment.