From 9d1787820b9811d06f0aff9448f419c72f7aa39c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 2 Aug 2021 11:20:15 +0200 Subject: Add --no-verify to git commit commands in tests --- tests/ci.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci.testscript') diff --git a/tests/ci.testscript b/tests/ci.testscript index bc3174f..2348cce 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -32,7 +32,7 @@ g = git -C prj 2>! >&2 +$g config user.email 'testscript@example.com' +$g remote add origin $~/prj.git +$g add '*' -+$g commit -m 'Create' ++$g commit -m 'Create' --no-verify +$g push --set-upstream origin master # Repository the CI-ed packages come from. -- cgit v1.1