aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-post-receive.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-25 14:50:47 -0300
committerEuAndreh <eu@euandre.org>2021-07-25 14:50:47 -0300
commit10ba5bacb3110f026ac9cf72f7d8bd93b35dbf4b (patch)
treefec09e864fce9307ba32f1bf7b1f1a4f773d4983 /aux/ci/git-post-receive.sh
parentTODOs.md: Remove reference to CI logs in #task-1e18a7cc-1055-bd09-3060-c03292... (diff)
downloadgit-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-post-receive.sh')
-rwxr-xr-xaux/ci/git-post-receive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/git-post-receive.sh b/aux/ci/git-post-receive.sh
index b8584bf..426bff3 100755
--- a/aux/ci/git-post-receive.sh
+++ b/aux/ci/git-post-receive.sh
@@ -17,5 +17,5 @@ LOGS_DIR="/opt/ci/$PROJECT/logs"
sh "/opt/ci/$PROJECT/ci-build.sh" "$PROJECT" "$LOGS_DIR" "$SHA" ||:
echo 'To retrigger the build, run:'
-echo "cd /srv/git/$PROJECT.git/"
+echo "cd /srv/http/$PROJECT.git/"
echo "sh /opt/ci/$PROJECT/ci-build.sh" "$PROJECT" "$LOGS_DIR" "$SHA"