gradio/.circleci/config.yml

12 lines
214 B
YAML
Raw Normal View History

2019-05-29 18:43:58 +08:00
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'