aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-25 11:06:48 -0300
committerEuAndreh <eu@euandre.org>2021-02-25 11:06:48 -0300
commit4f965398ca40f96ecd701ce05c4a85a48c0c87a4 (patch)
tree7b46cfb7e3596a5ea441fa27eb31b0dfad427707 /aux/ci/git-pre-push.sh
parentMakefile: build all Guix packages in "all" target (diff)
downloadpackages-4f965398ca40f96ecd701ce05c4a85a48c0c87a4.tar.gz
packages-4f965398ca40f96ecd701ce05c4a85a48c0c87a4.tar.xz
Update files under aux/ci/
Diffstat (limited to 'aux/ci/git-pre-push.sh')
-rwxr-xr-xaux/ci/git-pre-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh
index d90a4b4..5546cb2 100755
--- a/aux/ci/git-pre-push.sh
+++ b/aux/ci/git-pre-push.sh
@@ -2,7 +2,7 @@
set -eux
PACKAGE="$(basename "$PWD")"
-LOGS_DIR="/srv/ci/$PACKAGE/logs"
+LOGS_DIR="/opt/ci/$PACKAGE/logs"
REMOTE_GIT_DIR="/srv/git/$PACKAGE.git"
DESCRIPTION="$(mktemp)"