aboutsummaryrefslogtreecommitdiff
path: root/tests/ci.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ci.testscript')
-rw-r--r--tests/ci.testscript2
1 files changed, 1 insertions, 1 deletions
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.