mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed artifacts path
This commit is contained in:
parent
af768e0cad
commit
d7ac41b96c
@ -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'
|
||||
Loading…
x
Reference in New Issue
Block a user