Skip to content

Commit

Permalink
makefile: remove gliderlabs/glu ci build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattatcha committed Feb 14, 2017
1 parent a79ecf6 commit 5c5fad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ release:
cp build/* release
gh-release create gliderlabs/$(NAME) $(VERSION) \
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
glu hubtag gliderlabs/$(NAME) $(VERSION)

docs:
boot2docker ssh "sync; sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'" || true
docker run --rm -it -p 8000:8000 -v $(PWD):/work gliderlabs/pagebuilder mkdocs serve

circleci:
rm -f ~/.gitconfig
go get -u github.com/gliderlabs/glu
glu circleci
rm ~/.gitconfig
ifneq ($(CIRCLE_BRANCH), release)
echo build-$$CIRCLE_BUILD_NUM > VERSION
endif

.PHONY: build release docs

0 comments on commit 5c5fad0

Please sign in to comment.