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: build:
docker: docker:
- image: debian:stretch - image: debian:stretch
steps: steps:
- checkout - checkout
- run: - run:
name: Greeting name: Greeting
command: echo Hello, world. command: echo Hello, world.
- run: - run:
name: Print the Current Time name: Print the Current Time
command: date command: date