From 63b18f3fd30045541762b6c424ac72f9bf858e8a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 17:59:59 +0300 Subject: workflows/ci: run integration tests for PyPI The example config must have clone_via_ssh = false for that to work. --- examples/cgitize.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cgitize.toml') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index bb7433e..d0cf0c0 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -8,7 +8,7 @@ output_dir = "/tmp/cgitize" clone_url = "https://yourhost.com/git/{name}" # Clones via SSH by default. -clone_via_ssh = true +clone_via_ssh = false # Unless this is specified, cgit is going to derive the owner from the # repository's directory ownership. -- cgit v1.2.3