aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/cgitize.toml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 17:59:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-01 18:07:48 +0300
commit63b18f3fd30045541762b6c424ac72f9bf858e8a (patch)
tree60c7ad422848e605bb61e1fca4773e0b8a04a863 /examples/cgitize.toml
parentdocker: fix Dockerfile after messing with requirements.txt (diff)
downloadcgitize-63b18f3fd30045541762b6c424ac72f9bf858e8a.tar.gz
cgitize-63b18f3fd30045541762b6c424ac72f9bf858e8a.zip
workflows/ci: run integration tests for PyPI
The example config must have clone_via_ssh = false for that to work.
Diffstat (limited to '')
-rw-r--r--examples/cgitize.toml2
1 files changed, 1 insertions, 1 deletions
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.