diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 17:39:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-07-31 17:39:46 +0300 |
commit | 8d2422274ae948f7412b6960597f5de91f3d8830 (patch) | |
tree | 88cc766fb5b0b11b685840dde7a896600583be6f /test/integration/docker/client | |
parent | rename "ssh" to "clone_via_ssh" in config (diff) | |
download | cgitize-8d2422274ae948f7412b6960597f5de91f3d8830.tar.gz cgitize-8d2422274ae948f7412b6960597f5de91f3d8830.zip |
move all tests to test/
Diffstat (limited to 'test/integration/docker/client')
-rw-r--r-- | test/integration/docker/client/etc/cgitize.toml | 4 | ||||
-rw-r--r-- | test/integration/docker/client/output/.gitignore | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/docker/client/etc/cgitize.toml b/test/integration/docker/client/etc/cgitize.toml new file mode 100644 index 0000000..4e8fda7 --- /dev/null +++ b/test/integration/docker/client/etc/cgitize.toml @@ -0,0 +1,4 @@ +[repositories.test_repo] + +name = "test_repo" +clone_url = "root@server:~/test_repo" diff --git a/test/integration/docker/client/output/.gitignore b/test/integration/docker/client/output/.gitignore new file mode 100644 index 0000000..355164c --- /dev/null +++ b/test/integration/docker/client/output/.gitignore @@ -0,0 +1 @@ +*/ |