diff options
author | EuAndreh <eu@euandre.org> | 2021-07-25 14:50:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-25 14:50:47 -0300 |
commit | 10ba5bacb3110f026ac9cf72f7d8bd93b35dbf4b (patch) | |
tree | fec09e864fce9307ba32f1bf7b1f1a4f773d4983 /aux/ci/git-pre-push.sh | |
parent | TODOs.md: Remove reference to CI logs in #task-1e18a7cc-1055-bd09-3060-c03292... (diff) | |
download | git-permalink-10ba5bacb3110f026ac9cf72f7d8bd93b35dbf4b.tar.gz git-permalink-10ba5bacb3110f026ac9cf72f7d8bd93b35dbf4b.tar.xz |
aux/ci/: Point to /srv/http instead of /srv/git
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 4fcf733..eaaa7bd 100755 --- a/aux/ci/git-pre-push.sh +++ b/aux/ci/git-pre-push.sh @@ -6,7 +6,7 @@ TLD="$(cat aux/tld.txt)" PROJECT="$(basename "$PWD")" LOGS_DIR="/opt/ci/$PROJECT/logs" -REMOTE_GIT_DIR="/srv/git/$PROJECT.git" +REMOTE_GIT_DIR="/srv/http/$PROJECT.git" DESCRIPTION="$(mkstemp)" if [ -f description ] |