Removed artifacts path

This commit is contained in:
John Wellbelove 2019-12-06 22:16:14 +00:00
parent af768e0cad
commit d7ac41b96c

View File

@ -26,8 +26,6 @@ jobs:
- run:
name: Creating Binary Files
command: 'cmake --build build'
- store_artifacts:
path: /bin/etltest
- run:
name: Listing
command: 'ls -lrt /root/project/build'
@ -39,4 +37,4 @@ jobs:
command: 'cat /root/project/build/CMakeFiles/CMakeOutput.log'
- run:
name: ETL Unit Testing
command: './bin/etltest/etl'
command: './bin/etl'