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

use provider version from barge

This commit is contained in:
Matthias Kretschmann 2020-09-16 18:00:55 +02:00
parent e3e210865d
commit fff035a90a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ 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

View File

@ -111,7 +111,7 @@ Running all tests requires running Ocean Protocol components beforehand with [Ba
git clone https://github.com/oceanprotocol/barge
cd barge
git checkout v3
export PROVIDER_VERSION=latest
./start_ocean.sh --no-dashboard
```