Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
fix: Use system bff instead of ./bin/bff to unblock release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez authored Feb 19, 2020
1 parent a899454 commit 3fd7805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ setup: # setup development dependencies
export GO111MODULE=on
GOFLAGS='' go get -u github.com/haya14busa/goverage
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
curl -L https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | sh
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- v0.9.14
.PHONY: setup

Expand Down Expand Up @@ -63,7 +62,7 @@ deps:
.PHONY: deps

release: ## run a release
./bin/bff bump
bff bump
git push
goreleaser release --rm-dist
.PHONY: release

0 comments on commit 3fd7805

Please sign in to comment.