mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Disable Circle CI support for now
When the PR gets merged to go-neb, this can be uncommented and implemented.
This commit is contained in:
parent
8cdae3359d
commit
5d00c72972
@ -22,11 +22,12 @@ export class NebStore {
|
||||
private static INTEGRATIONS_MODULAR_SUPPORTED = ["giphy", "guggy", "github", "google", "imgur", "rss", "travisci", "wikipedia"];
|
||||
|
||||
private static INTEGRATIONS = {
|
||||
"circleci": {
|
||||
name: "Circle CI",
|
||||
avatarUrl: "/img/avatars/circleci.png",
|
||||
description: "Announces build results from Circle CI to the room.",
|
||||
},
|
||||
// TODO: Support Circle CI
|
||||
// "circleci": {
|
||||
// name: "Circle CI",
|
||||
// avatarUrl: "/img/avatars/circleci.png",
|
||||
// description: "Announces build results from Circle CI to the room.",
|
||||
// },
|
||||
"echo": {
|
||||
name: "Echo",
|
||||
avatarUrl: "/img/avatars/echo.png", // TODO: Make this image
|
||||
|
Loading…
Reference in New Issue
Block a user