From 903bb990b953ec3393d30da81693e0e8bdc2d026 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 11 Dec 2020 14:47:38 +0000 Subject: [PATCH] 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. --- .buildkite/pipeline.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5877ff0883..c3171c00c8 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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"