1
0

Remove the CI requirement for newsfiles (#73)

We don't use newsfiles for DINUM releases anyways, so a CI requirement for them
does not make sense.
This commit is contained in:
Andrew Morgan
2020-12-11 14:47:38 +00:00
committed by GitHub
parent 4d17afc255
commit 903bb990b9

View File

@@ -29,17 +29,6 @@ steps:
image: "python:3.6"
mount-buildkite-agent: false
- label: ":newspaper: Newsfile"
command:
- "python -m pip install tox"
- "scripts-dev/check-newsfragment"
branches: "!master !develop !release-*"
plugins:
- docker#v3.0.1:
image: "python:3.6"
propagate-environment: true
mount-buildkite-agent: false
- label: "\U0001F9F9 check-sample-config"
command:
- "python -m pip install tox"