Skip to content

Commit

Permalink
switch to bff (#97)
Browse files Browse the repository at this point in the history
switch to bffThis switches from our copy-pasted `release` script to a more [reusable tool](https://github.com/chanzuckerberg/bff).

Happy to consider downloading somewhere other than `_bin`.
  • Loading branch information
ryanking authored and czimergebot committed Jan 2, 2019
1 parent 627ed95 commit 3e1161e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 107 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ blessclient
dist
coverage.*
profile.cov
_bin/bff
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -5,12 +5,13 @@ LDFLAGS=-ldflags "-w -s -X github.com/chanzuckerberg/blessclient/pkg/util.GitSha

setup:
curl -L https://git.io/vp6lP | BINDIR=~/.local/bin sh # gometalinter
curl -L https://raw.githubusercontent.com/chanzuckerberg/bff/master/download.sh | BINDIR=./_bin sh

test:
go test -coverprofile=coverage.txt -covermode=set ./...

release:
./_bin/release
./_bin/bff bump
git push
goreleaser release --rm-dist

Expand Down
106 changes: 0 additions & 106 deletions _bin/release

This file was deleted.

0 comments on commit 3e1161e

Please sign in to comment.