mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
12 lines
214 B
YAML
12 lines
214 B
YAML
|
version: 2.0
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: alpine:3.7
|
||
|
steps:
|
||
|
- run:
|
||
|
name: The First Step
|
||
|
command: |
|
||
|
echo 'Hello World!'
|
||
|
echo 'This is the delivery pipeline'
|