Merged pull request #189 from influxdata/nc-nightlies
fix(Makefile): Nightly builds had wrong pathpull/10616/head
commit
4f335f2372
4
Makefile
4
Makefile
|
@ -105,8 +105,8 @@ vet: all
|
||||||
bench: all
|
bench: all
|
||||||
$(GO_TEST) -bench=. -run=^$$ ./...
|
$(GO_TEST) -bench=. -run=^$$ ./...
|
||||||
|
|
||||||
nightly: bin/goreleaser all
|
nightly: bin/$(GOOS)/goreleaser all
|
||||||
PATH=./bin:${PATH} goreleaser --snapshot --rm-dist
|
PATH=./bin/$(GOOS):${PATH} goreleaser --snapshot --rm-dist
|
||||||
|
|
||||||
# Recursively clean all subdirs
|
# Recursively clean all subdirs
|
||||||
clean: $(SUBDIRS)
|
clean: $(SUBDIRS)
|
||||||
|
|
Loading…
Reference in New Issue