mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
12 lines
173 B
YAML
12 lines
173 B
YAML
|
version: 2.1
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: alpine:3.7
|
||
|
steps:
|
||
|
- run:
|
||
|
name: The First Step
|
||
|
command: |
|
||
|
echo 'Fake step!'
|
||
|
|