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_upgrade.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/core_upgrade.mk') diff --git a/test/core_upgrade.mk b/test/core_upgrade.mk index 64a8b5d..0b5bbc0 100644 --- a/test/core_upgrade.mk +++ b/test/core_upgrade.mk @@ -21,7 +21,7 @@ core-upgrade-conflicting-configs: build clean git checkout -q -b test-modified-build.config && \ git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ - git commit -q -a -m 'Modify build.config' && \ + git commit -q --no-gpg-sign -a -m 'Modify build.config' && \ git checkout master) $i "Point application to an alternate erlang.mk repository" @@ -92,7 +92,7 @@ core-upgrade-custom-repo: build clean git checkout -q -b test-copyright && \ git config user.email "testsuite@erlang.mk" && \ git config user.name "test suite" && \ - git commit -q -a -m 'Add Testsuite copyright' && \ + git commit -q --no-gpg-sign -a -m 'Add Testsuite copyright' && \ git checkout master) $i "Point application to an alternate erlang.mk repository" -- cgit v1.2.3