[CI] Fix indenting errors in CircleCI config

This commit is contained in:
yuvipanda
2018-06-29 02:37:06 -07:00
parent d8c965624c
commit d5828192f8

View File

@@ -54,11 +54,13 @@ jobs:
stable" stable"
apt-get update apt-get update
apt-get install docker-ce apt-get install docker-ce
- run:
name: build CI image - run:
command: | name: build CI image
docker build -t tljh-systemd . command: |
docker build -t tljh-systemd .
- run: - run:
name: start docker image name: start docker image