Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:51:17 +01:00
parent 94a59d4b9a
commit da5cb68c97

View File

@ -7,6 +7,9 @@ jobs:
only:
- feature/add_circle-ci_support
steps:
- run:
name: Git Init
command: 'git init'
- run:
name: Git Clone
command: 'git clone https://github.com/ETLCPP/etl.git'