Skip to content

Commit

Permalink
Merge pull request ethereum#9 from davesque/gpg-sign-setting
Browse files Browse the repository at this point in the history
Fix ineffectual commands in Makefile
  • Loading branch information
carver authored Jun 7, 2018
2 parents 83ce660 + a9d5316 commit 24d6899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign)

.PHONY: clean-pyc clean-build docs

help:
Expand Down Expand Up @@ -47,7 +49,6 @@ linux-docs: build-docs
xdg-open docs/_build/html/index.html

release: clean
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
git config commit.gpgSign true
bumpversion $(bump)
git push upstream && git push upstream --tags
Expand Down

0 comments on commit 24d6899

Please sign in to comment.