1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

switch Barge to --no-commons flag

This commit is contained in:
Matthias Kretschmann 2019-10-08 13:01:42 +02:00
parent c1f9b96b04
commit 9e773fa791
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ dist: xenial
sudo: required sudo: required
language: node_js language: node_js
node_js: node_js:
- "11" - '11'
services: services:
- docker - docker
@ -47,7 +47,7 @@ before_script:
- ./cc-test-reporter before-build - ./cc-test-reporter before-build
- git clone https://github.com/oceanprotocol/barge - git clone https://github.com/oceanprotocol/barge
- cd barge - cd barge
- bash -x start_ocean.sh --no-pleuston 2>&1 > start_ocean.log & - bash -x start_ocean.sh --no-commons 2>&1 > start_ocean.log &
- cd .. - cd ..
script: script:

View File

@ -77,7 +77,7 @@ git clone git@github.com:oceanprotocol/barge.git
cd barge cd barge
# startup with local Spree node # startup with local Spree node
./start_ocean.sh --latest --no-pleuston ./start_ocean.sh --no-commons
``` ```
Then set [environment variables](#-environment-variables) to use those local connections. Then set [environment variables](#-environment-variables) to use those local connections.