Skip to content

Commit

Permalink
fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Jan 12, 2020
1 parent 7f5c0fb commit 694137f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
steps:
- checkout
- run: go test github.com/cyrildiagne/kuda/pkg/config
- run: go build cmd/api
- run: go build cmd/cli
- run: go build ./cmd/api
- run: go build ./cmd/cli
release:
docker:
- image: circleci/golang:1.13
Expand Down

0 comments on commit 694137f

Please sign in to comment.