From 1587b70ee7099875ab6035740615d4fd845c570e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 30 Jan 2024 17:29:11 +0100 Subject: [PATCH] Remove dummy circleci config The 20.10 branch reached EOL, so we can probably remove this one again. This reverts commit a3d53e319fb59577f5a6ff506a3dd74494bf8bd9. Signed-off-by: Sebastiaan van Stijn --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 8e27c0232d..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This is a dummy CircleCI config file to avoid GitHub status failures reported -# on branches that don't use CircleCI. This file should be deleted when all -# branches are no longer dependent on CircleCI. -version: 2 - -jobs: - dummy: - docker: - - image: busybox - steps: - - run: - name: "dummy" - command: echo "dummy job" - -workflows: - version: 2 - ci: - jobs: - - dummy