dotfiles/.circleci/config.yml

15 lines
249 B
YAML
Raw Normal View History

2018-06-03 11:13:11 +01:00
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