summaryrefslogtreecommitdiff
path: root/curl.sh
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-23 15:34:45 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-23 15:34:45 +0300
commitb2863a860fe615f38112c48fb838f3ca831f8dc0 (patch)
tree6db9eb2c637d5a5ccb8b2dfcfb3d7be05475fdf0 /curl.sh
parent8588161773dbe9c2b46aee745c7afd30aca78418 (diff)
downloadwmf-ci-arch-b2863a860fe615f38112c48fb838f3ca831f8dc0.tar.gz
Add: webhook for jobs
Diffstat (limited to 'curl.sh')
-rwxr-xr-xcurl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/curl.sh b/curl.sh
index 095c21f..493b0f8 100755
--- a/curl.sh
+++ b/curl.sh
@@ -33,6 +33,10 @@ case "$cmd" in
https://wmf2-deployer.vm.liw.fi/publish
;;
+ status)
+ runcurl https://wmf2-controller.vm.liw.fi/status
+ ;;
+
*)
echo "eek" 1>&2
exit 1