diff options
author | David Robertson <davidr@element.io> | 2021-08-12 13:05:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 13:05:23 +0100 |
commit | 4a76d01ff7e063354e4d1b9333891559ab72c1bf (patch) | |
tree | 0f5f2eeb808e9e0687d20489060a31bf00104da9 /MANIFEST.in | |
parent | Update the pagination parameter name based on MSC2946 review. (#10579) (diff) | |
parent | Remove buildkite-era comment (diff) | |
download | synapse-4a76d01ff7e063354e4d1b9333891559ab72c1bf.tar.xz |
Merge pull request #10573 from DMRobertson/dmr/goodbye-buildkite
Remove references to BuildKite in favour of GitHub Actions
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 0522319c40..44d5cc7618 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -44,9 +44,9 @@ include book.toml include pyproject.toml recursive-include changelog.d * -prune .buildkite prune .circleci prune .github +prune .ci prune contrib prune debian prune demo/etc |