diff options
author | EuAndreh <eu@euandre.org> | 2021-02-25 11:06:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-25 11:06:48 -0300 |
commit | 4f965398ca40f96ecd701ce05c4a85a48c0c87a4 (patch) | |
tree | 7b46cfb7e3596a5ea441fa27eb31b0dfad427707 /aux/ci/git-pre-push.sh | |
parent | Makefile: build all Guix packages in "all" target (diff) | |
download | packages-4f965398ca40f96ecd701ce05c4a85a48c0c87a4.tar.gz packages-4f965398ca40f96ecd701ce05c4a85a48c0c87a4.tar.xz |
Update files under aux/ci/
Diffstat (limited to 'aux/ci/git-pre-push.sh')
-rwxr-xr-x | aux/ci/git-pre-push.sh | 2 |
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)" |