aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/example/test.sh
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 /test/integration/example/test.sh
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 '')
-rwxr-xr-xtest/integration/example/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/example/test.sh b/test/integration/example/test.sh
index ee5656d..f1f193d 100755
--- a/test/integration/example/test.sh
+++ b/test/integration/example/test.sh
@@ -26,7 +26,7 @@ cleanup() {
echo "Removing output directory: $output_dir"
rm -rf -- "$output_dir"
echo "Reverting clone_via_ssh settings: $cgitize_toml_path"
- clone_via_ssh_true
+ clone_via_ssh_false
}
cgitize() {