diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-21 12:48:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-21 12:48:25 +0000 |
commit | 2bb6d857362316a7cf91d9fa64e7a86da9a1487c (patch) | |
tree | 9f2054fc135ae0d18512dc526222bbbf8ade5ed3 /.buildkite | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/dinsic-merged (diff) | |
download | synapse-2bb6d857362316a7cf91d9fa64e7a86da9a1487c.tar.xz |
Turn off newsfile check
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 44b258dca6..74e55d5d6e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,16 +26,6 @@ steps: - docker#v3.0.1: image: "python:3.6" - - command: - - "python -m pip install tox" - - "scripts-dev/check-newsfragment" - label: ":newspaper: Newsfile" - branches: "!master !develop !release-*" - plugins: - - docker#v3.0.1: - image: "python:3.6" - propagate-environment: true - - wait - command: |