diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-27 03:28:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-27 03:28:03 +0300 |
commit | 5edfac3ecf06f3d8f96b190a22878d2cfa36f4e6 (patch) | |
tree | caf5365405022c0ca4e984be68e70f2ee8b8d495 /.ci | |
parent | cgit-repos.conf: path to my_repos.py can be relative (diff) | |
download | cgitize-5edfac3ecf06f3d8f96b190a22878d2cfa36f4e6.tar.gz cgitize-5edfac3ecf06f3d8f96b190a22878d2cfa36f4e6.zip |
.ci: flatten directory structure a bit
Diffstat (limited to '')
-rw-r--r-- | .ci/docker/client/output/.gitignore (renamed from .ci/docker/client/var/output/.gitignore) | 0 | ||||
-rw-r--r-- | .ci/docker/docker-compose.yml | 2 | ||||
-rwxr-xr-x | .ci/docker/test.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.ci/docker/client/var/output/.gitignore b/.ci/docker/client/output/.gitignore index 355164c..355164c 100644 --- a/.ci/docker/client/var/output/.gitignore +++ b/.ci/docker/client/output/.gitignore diff --git a/.ci/docker/docker-compose.yml b/.ci/docker/docker-compose.yml index 2b27bdd..e3bda62 100644 --- a/.ci/docker/docker-compose.yml +++ b/.ci/docker/docker-compose.yml @@ -13,4 +13,4 @@ services: volumes: - ./client/etc/:/etc/cgit-repos:ro - "$SSH_AUTH_SOCK:/var/run/cgit-repos/ssh-agent.sock" - - ./client/var/output:/var/tmp/cgit-repos/output + - ./client/output:/var/tmp/cgit-repos/output diff --git a/.ci/docker/test.sh b/.ci/docker/test.sh index 464ec3d..0ff9a35 100755 --- a/.ci/docker/test.sh +++ b/.ci/docker/test.sh @@ -116,7 +116,7 @@ verify() { echo Checking the pulled repository echo ---------------------------------------------------------------------- - pushd -- "$script_dir/client/var/output/test_repo" > /dev/null + pushd -- "$script_dir/client/output/test_repo" > /dev/null git log --oneline popd > /dev/null } |