Skip to content

Commit

Permalink
Fix ineffectual commands in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Jun 7, 2018
1 parent 83ce660 commit a9d5316
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 a9d5316

Please sign in to comment.