From b409a2d459b8ca55d7cc874dda5cc9798f864722 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 30 Nov 2017 14:05:19 +0100 Subject: Fix: new URL for CI --- hooks/post-receive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1