diff options
author | EuAndreh <eu@euandre.org> | 2021-02-24 21:57:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-24 21:57:53 -0300 |
commit | 40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6 (patch) | |
tree | 37f9768b6127d83e94961ed1602c77df76a495e3 /aux/ci/git-pre-push.sh | |
parent | Delete Vultr vps resources (diff) | |
download | server-40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6.tar.gz server-40a410c2d7d4fdd1cb2fed00b98975b5ff6016d6.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)" |