From 555e946ca60cab5274ab10425efdbdc752ad12b7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 30 Jan 2021 10:41:14 -0300 Subject: aux/ci/: Use /srv over /data path --- aux/ci/git-post-receive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux/ci/git-post-receive.sh') diff --git a/aux/ci/git-post-receive.sh b/aux/ci/git-post-receive.sh index 2f6e3c0..b169489 100755 --- a/aux/ci/git-post-receive.sh +++ b/aux/ci/git-post-receive.sh @@ -10,5 +10,5 @@ for n in $(seq 0 $((GIT_PUSH_OPTION_COUNT - 1))); do done PACKAGE="$(basename "$PWD" | cut -d. -f1)" # remove .git suffix -LOGS_DIR="/data/ci/$PACKAGE/logs" -"/data/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" +LOGS_DIR="/srv/ci/$PACKAGE/logs" +"/srv/ci/$PACKAGE/ci-build.sh" "$PACKAGE" "$LOGS_DIR" -- cgit v1.2.3