json/.circleci/config.yml
Niels Lohmann ecf4d5e91d
👷 trying CircleCI
2019-03-30 17:05:43 +01:00

17 lines
251 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