changes on circleci to .circleci/config.yaml,

This commit is contained in:
Alex Collins 2019-10-29 18:46:17 -07:00
parent ced0ba1a7d
commit e4936159ab

View file

@ -3,14 +3,11 @@ jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Greeting
command: echo Hello, world.
- run:
name: Print the Current Time
command: date