aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-post-receive.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-30 10:40:27 -0300
committerEuAndreh <eu@euandre.org>2021-01-30 10:40:27 -0300
commit38def627c856030ec42c6120a91bd021f60af6f5 (patch)
tree027ac3ccc03510faf8216555f7763dcbdd434e6e /aux/ci/git-post-receive.sh
parentaux/: Update copied files (diff)
downloadserver-38def627c856030ec42c6120a91bd021f60af6f5.tar.gz
server-38def627c856030ec42c6120a91bd021f60af6f5.tar.xz
aux/ci/: Use /srv over /data path
Diffstat (limited to 'aux/ci/git-post-receive.sh')
-rwxr-xr-xaux/ci/git-post-receive.sh4
1 files changed, 2 insertions, 2 deletions
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"