Merged pull request #189 from influxdata/nc-nightlies

fix(Makefile): Nightly builds had wrong path
pull/10616/head
Nathaniel Cook 2018-07-02 10:38:48 -06:00
commit 4f335f2372
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ vet: all
bench: all
$(GO_TEST) -bench=. -run=^$$ ./...
nightly: bin/goreleaser all
PATH=./bin:${PATH} goreleaser --snapshot --rm-dist
nightly: bin/$(GOOS)/goreleaser all
PATH=./bin/$(GOOS):${PATH} goreleaser --snapshot --rm-dist
# Recursively clean all subdirs
clean: $(SUBDIRS)