diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:59:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 18:07:48 +0300 |
commit | 63b18f3fd30045541762b6c424ac72f9bf858e8a (patch) | |
tree | 60c7ad422848e605bb61e1fca4773e0b8a04a863 /test | |
parent | docker: fix Dockerfile after messing with requirements.txt (diff) | |
download | cgitize-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 'test')
-rwxr-xr-x | test/integration/example/test.sh | 2 |
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() { |