Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit e8cc220

Browse files
committed
fix circleci make target
1 parent 356bcaa commit e8cc220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
steps:
88
- checkout
99
- run: go get -u github.com/go-bindata/go-bindata/...
10-
- run: make release
10+
- run: make
1111
- store_artifacts:
1212
path: artifacts

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PACKAGE := github.com/dan-v/$(TARGET)
2222
docker-build \
2323
docker-release \
2424

25-
all: tools fmt lint vet test build release
25+
all: tools fmt build lint vet test release
2626

2727
print-%:
2828
@echo $* = $($*)

0 commit comments

Comments
 (0)