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 bc74d44cee)

Co-authored-by: Javier Palomo <javier.palomo@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-01-18 09:18:15 +00:00
committed by GitHub
co-authored by Javier Palomo
parent 5681f348c4
commit 2b967ad8ec
-11
View File
@@ -1,11 +0,0 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: The First Step
command: |
echo 'Fake step!'