summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhooks/post-receive.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-receive.lua b/hooks/post-receive.lua
index e13dfb0..a8f84f2 100755
--- a/hooks/post-receive.lua
+++ b/hooks/post-receive.lua
@@ -1,7 +1,7 @@
local _, updates = ...
if updates["refs/heads/master"] then
log.state("Notifying CI system, please hold...")
- local code, msg, headers, body = fetch("https://ci1.liw.fi/projects/ick.liw.fi/pipelines/build/+trigger")
+ local code, msg, headers, body = fetch("https://ci2.liw.fi/projects/ick.liw.fi/pipelines/build/+trigger")
if code == "200" then
log.state("CI triggered")
else