mirror of https://github.com/grafana/grafana
Chore: Add Circle CI empty config (#35020)
* Fix Circle CI check with adding an empty config * Add version * Add empty jobs and workflows * Add job with docker image * Add steppull/35036/head
parent
865eac309c
commit
ec29c3b84f
@ -0,0 +1,11 @@ |
||||
version: 2.1 |
||||
jobs: |
||||
build: |
||||
docker: |
||||
- image: alpine:3.7 |
||||
steps: |
||||
- run: |
||||
name: The First Step |
||||
command: | |
||||
echo 'Fake step!' |
||||
|
Loading…
Reference in new issue