aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-01 06:51:50 -0300
committerEuAndreh <eu@euandre.org>2021-03-01 06:51:50 -0300
commitfa7c99c72d7635095e669e8aed9ef1d8db089df4 (patch)
tree680cda449bc8287cd422ab16bc23319ce68c6288 /aux/ci/git-pre-push.sh
parentTODOs.md: Add #task-319021df-ebdb-40cd-8330-329e8d01b747 (diff)
downloadeuandre.org-fa7c99c72d7635095e669e8aed9ef1d8db089df4.tar.gz
euandre.org-fa7c99c72d7635095e669e8aed9ef1d8db089df4.tar.xz
Update files under aux/
Diffstat (limited to '')
-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)"