aboutsummaryrefslogtreecommitdiff
path: root/hooks/post-receive-ci
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-receive-ci')
-rwxr-xr-xhooks/post-receive-ci2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/post-receive-ci b/hooks/post-receive-ci
index 16ed626..4bd1bf9 100755
--- a/hooks/post-receive-ci
+++ b/hooks/post-receive-ci
@@ -2,6 +2,8 @@
echo "Running CI hook..."
+source /etc/cynci.sh
+
CI_URL="https://ci.cynthia.re/webhook/src"
repo_name=$(basename $(pwd))