Files
netdisco/.circleci/config.yml
2018-01-15 18:47:01 +00:00

14 lines
248 B
YAML

version: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Greeting
command: echo Hello, world.
- run:
name: Print the Current Time
command: date