From 2b967ad8ecfdebf871d380ba66979c92a8ed1e93 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:18:15 +0100 Subject: [PATCH] Circleci: remove unused config (#44136) (#44141) CircleCI is being triggered but there are no workflows being executed. CI is driven by Drone. (cherry picked from commit bc74d44cee48d410c83f848e70c25b6d8cd48725) Co-authored-by: Javier Palomo --- .circleci/config.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 0afd96e1c3f..00000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2.1 -jobs: - build: - docker: - - image: alpine:3.7 - steps: - - run: - name: The First Step - command: | - echo 'Fake step!' -