From 10ba5bacb3110f026ac9cf72f7d8bd93b35dbf4b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 25 Jul 2021 14:50:47 -0300 Subject: aux/ci/: Point to /srv/http instead of /srv/git --- aux/ci/git-pre-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/ci/git-pre-push.sh') diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh index 4fcf733..eaaa7bd 100755 --- a/aux/ci/git-pre-push.sh +++ b/aux/ci/git-pre-push.sh @@ -6,7 +6,7 @@ TLD="$(cat aux/tld.txt)" PROJECT="$(basename "$PWD")" LOGS_DIR="/opt/ci/$PROJECT/logs" -REMOTE_GIT_DIR="/srv/git/$PROJECT.git" +REMOTE_GIT_DIR="/srv/http/$PROJECT.git" DESCRIPTION="$(mkstemp)" if [ -f description ] -- cgit v1.2.3