sway/.circleci/config.yml
2019-11-04 13:06:22 +03:00

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