From 317d0e8d62697af03ece6ada18817720d5d7076c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 30 Jan 2021 10:43:28 -0300 Subject: Update aux/ci/ files --- aux/ci/git-pre-push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 30d2850..d90a4b4 100755 --- a/aux/ci/git-pre-push.sh +++ b/aux/ci/git-pre-push.sh @@ -2,8 +2,8 @@ set -eux PACKAGE="$(basename "$PWD")" -LOGS_DIR="/data/ci/$PACKAGE/logs" -REMOTE_GIT_DIR="/data/git/$PACKAGE.git" +LOGS_DIR="/srv/ci/$PACKAGE/logs" +REMOTE_GIT_DIR="/srv/git/$PACKAGE.git" DESCRIPTION="$(mktemp)" if [ -f description ] -- cgit v1.2.3