This commit is contained in:
Matt Wobensmith 2020-01-14 08:52:02 -08:00
Родитель 9f339dd7bc
Коммит cb1e8ac73a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4,5 +4,6 @@ jobs:
docker:
- image: circleci/node:4.8.2 # the primary container, where your job's commands are run
steps:
- checkout
- run: echo "hello world" # run the `echo` command