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

Commit

Permalink
fix circleci make target
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-v committed May 1, 2020
1 parent 356bcaa commit e8cc220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- checkout
- run: go get -u github.com/go-bindata/go-bindata/...
- run: make release
- run: make
- store_artifacts:
path: artifacts
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PACKAGE := github.com/dan-v/$(TARGET)
docker-build \
docker-release \

all: tools fmt lint vet test build release
all: tools fmt build lint vet test release

print-%:
@echo $* = $($*)
Expand Down

0 comments on commit e8cc220

Please sign in to comment.