aboutsummaryrefslogtreecommitdiff
path: root/sh/templates/aux/ci/git-pre-push.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sh/templates/aux/ci/git-pre-push.sh (renamed from sh/templates/build-aux/ci/git-pre-push.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/templates/build-aux/ci/git-pre-push.sh b/sh/templates/aux/ci/git-pre-push.sh
index 23839deb..dd1bbfd9 100644
--- a/sh/templates/build-aux/ci/git-pre-push.sh
+++ b/sh/templates/aux/ci/git-pre-push.sh
@@ -15,5 +15,5 @@ fi
scp "$DESCRIPTION" "git.euandreh.xyz:$REMOTE_GIT_DIR/description"
__ENABLE_CI__ ssh git.euandreh.xyz mkdir -p "$LOGS_DIR"
-__ENABLE_CI__ scp build-aux/ci/ci-build.sh "git.euandreh.xyz:$(dirname "$LOGS_DIR")/ci-build.sh"
-__ENABLE_CI__ scp build-aux/ci/git-post-receive.sh "git.euandreh.xyz:$REMOTE_GIT_DIR/hooks/post-receive"
+__ENABLE_CI__ scp aux/ci/ci-build.sh "git.euandreh.xyz:$(dirname "$LOGS_DIR")/ci-build.sh"
+__ENABLE_CI__ scp aux/ci/git-post-receive.sh "git.euandreh.xyz:$REMOTE_GIT_DIR/hooks/post-receive"