diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-26 14:27:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 14:27:14 +0100 |
commit | 7b454bdd27932d72dbe8edb0b40cb9d6e1cbf954 (patch) | |
tree | 6d2b692669292f386fe323e9d1a3296a1dace8b2 /CONTRIBUTING.md | |
parent | e91942c9e4ab46b4f3deefa6b456deca89fe8dc7 (diff) |
Remove CircleCI (#793)
Sytest has been switched to Buildkite. As such the `.circleci` folder has been removed.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc962fee..fa815f15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,9 @@ run](scripts/build-test-lint.sh). When a Pull Request is submitted, continuous integration jobs are run automatically to ensure the code builds and is relatively well-written. Checks are run on [Buildkite](https://buildkite.com/matrix-dot-org/dendrite/) and -[CircleCI](https://circleci.com/gh/matrix-org/dendrite/). +[CircleCI](https://circleci.com/gh/matrix-org/dendrite/). The Buildkite +pipeline can be found in Matrix.org's [pipelines +repository](https://github.com/matrix-org/pipelines). If a job fails, click the "details" button and you should be taken to the job's logs. |