From 5edfac3ecf06f3d8f96b190a22878d2cfa36f4e6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Mar 2021 03:28:03 +0300 Subject: .ci: flatten directory structure a bit --- .ci/docker/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/docker/test.sh') 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 } -- cgit v1.2.3