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

fix provider version

This commit is contained in:
Ahmed Ali 2020-07-15 12:06:11 +02:00
parent 382bed5d4f
commit 318d1dd5a2

View File

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