mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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 step
This commit is contained in:
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal 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!'
|
||||||
|
|
||||||
Reference in New Issue
Block a user