summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-30 14:05:19 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-30 14:05:19 +0100
commitb409a2d459b8ca55d7cc874dda5cc9798f864722 (patch)
tree7a4a89243c72f5ac602435a5ef2986c46ac724d9
parent16e211070510daf188f0e709ca96579e34ebc83c (diff)
downloadick.liw.fi-admin.tar.gz
Fix: new URL for CIadmin
-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