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:
parent
c1f9b96b04
commit
9e773fa791
@ -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:
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user