[commit: ghc] master: CircleCI: Add webhook for Harbormaster builds (90a819b)
git at git.haskell.org
git at git.haskell.org
Wed Nov 22 01:17:28 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/90a819b7a03d1518e6241bf7b76ccf3db16e9e28/ghc
>---------------------------------------------------------------
commit 90a819b7a03d1518e6241bf7b76ccf3db16e9e28
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Nov 21 19:20:49 2017 -0500
CircleCI: Add webhook for Harbormaster builds
>---------------------------------------------------------------
90a819b7a03d1518e6241bf7b76ccf3db16e9e28
.circleci/config.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 723d07c..5ca1ba4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -132,3 +132,7 @@ workflows:
# FreeBSD disabled: https://github.com/haskell/unix/issues/102
# - validate-x86_64-freebsd
- validate-x86_64-darwin
+
+notify:
+ webhooks:
+ - url: https://phabricator.haskell.org/harbormaster/hook/circleci/
More information about the ghc-commits
mailing list