Circleci: remove unused config (#44136)

CircleCI is being triggered but there are no workflows being executed.
CI is driven by Drone.
This commit is contained in:
Javier Palomo 2022-01-18 10:02:44 +01:00 committed by GitHub
parent 2561864767
commit bc74d44cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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!'