diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2018-11-02 12:51:03 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2018-11-02 12:51:03 +0000 |
commit | bfcd743b7251b50729281ad326a2673bd3df9d82 (patch) | |
tree | ceb50f74af8f1f8694bc2f44045f58059dd77759 | |
parent | 92823fb245aaf6aea1db9c18741118ccc5a4dcd1 (diff) | |
download | infrastructure-bfcd743b7251b50729281ad326a2673bd3df9d82.tar.gz |
gitlabirced: Configure watcher for #buildstream
-rw-r--r-- | baserock_webserver/gitlabirced/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/baserock_webserver/gitlabirced/config.yml b/baserock_webserver/gitlabirced/config.yml index f065c111..b5563a4d 100644 --- a/baserock_webserver/gitlabirced/config.yml +++ b/baserock_webserver/gitlabirced/config.yml @@ -65,6 +65,10 @@ watchers: channel: '#freedesktop-sdk' project: freedesktop-sdk/freedesktop-sdk server: http://gitlab.com +- network: gimp + channel: '#buildstream' + project: BuildStream/buildstream + server: http://gitlab.com token: {{ gitlab_buildstream_secret }} port: 1337 |