From a9d531615da67410bc42fe7285e0e049dc42a78d Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 7 Jun 2018 12:23:32 -0600 Subject: [PATCH] Fix ineffectual commands in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b93655c..8339d7d7 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign) + .PHONY: clean-pyc clean-build docs help: @@ -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