Chore: Add Circle CI empty config (#35020) (#35032)

* Fix Circle CI check with adding an empty config

* Add version

* Add empty jobs and workflows

* Add job with docker image

* Add step

(cherry picked from commit ec29c3b84f)

Co-authored-by: idafurjes <36131195+idafurjes@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-01 13:42:08 +02:00
committed by GitHub
co-authored by idafurjes
parent bd6f91fa83
commit a606cb9b1e
+11
View File
@@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
docker:
- image: alpine:3.7
steps:
- run:
name: The First Step
command: |
echo 'Fake step!'