diff options
author | EuAndreh <eu@euandre.org> | 2021-01-30 10:43:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-30 10:43:28 -0300 |
commit | 317d0e8d62697af03ece6ada18817720d5d7076c (patch) | |
tree | bf89cc5d74feae6b531acb3177d9275eaad3c5f2 /aux/ci/git-pre-push.sh | |
parent | generate-pastebin-plaintext-alternate.rb: Use 0 index (diff) | |
download | euandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.gz euandre.org-317d0e8d62697af03ece6ada18817720d5d7076c.tar.xz |
Update aux/ci/ files
Diffstat (limited to 'aux/ci/git-pre-push.sh')
-rwxr-xr-x | aux/ci/git-pre-push.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/git-pre-push.sh b/aux/ci/git-pre-push.sh index 30d2850..d90a4b4 100755 --- a/aux/ci/git-pre-push.sh +++ b/aux/ci/git-pre-push.sh @@ -2,8 +2,8 @@ set -eux PACKAGE="$(basename "$PWD")" -LOGS_DIR="/data/ci/$PACKAGE/logs" -REMOTE_GIT_DIR="/data/git/$PACKAGE.git" +LOGS_DIR="/srv/ci/$PACKAGE/logs" +REMOTE_GIT_DIR="/srv/git/$PACKAGE.git" DESCRIPTION="$(mktemp)" if [ -f description ] |