From a92e55ed7e16efd96488f6543f8f25f123e6f89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Apr 2017 11:13:44 +0200 Subject: Use --gpg-no-sign in commits in tests --- test/core_app.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core_app.mk') diff --git a/test/core_app.mk b/test/core_app.mk index f496bbd..91362bf 100644 --- a/test/core_app.mk +++ b/test/core_app.mk @@ -177,7 +177,7 @@ core-app-auto-git-id: build clean git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ git add . && \ - git commit -q -m "Tests" + git commit -q --no-gpg-sign -m "Tests" $i "Build the application" $t $(MAKE) -C $(APP) $v -- cgit v1.2.3