Removed tabs

# Conflicts:
#	.circleci/config.yml
This commit is contained in:
John Wellbelove 2019-12-06 19:08:36 +00:00
parent f4df88818b
commit 88d874aeb2

View File

@ -4,6 +4,9 @@ jobs:
build:
docker:
- image: "debian:stretch"
branches:
only:
- /feature/add_circle-ci_support
steps:
- checkout
- run:
@ -23,4 +26,4 @@ jobs:
command: 'cmake --build build'
- run:
name: ETL Unit Testing
command: './bin/etl'
command: './bin'