1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix start ocean

This commit is contained in:
Ahmed Ali 2020-06-26 21:34:44 +02:00
parent 5e60625832
commit 18302f4ec5

View File

@ -21,7 +21,7 @@ before_script:
- git clone https://github.com/oceanprotocol/barge
- cd barge
- git checkout v3
- bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log &
- bash -x start_ocean.sh 2>&1 > start_ocean.log &
- cd ..
- sleep 300