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

Merge pull request #200 from oceanprotocol/feature/pleuston-commons

switch Barge to --no-commons flag
This commit is contained in:
Matthias Kretschmann 2019-10-08 13:21:45 +02:00 committed by GitHub
commit 60327973de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.