1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

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

switch Barge to --no-commons flag
This commit is contained in:
Sebastian Gerske 2019-10-09 14:45:59 +02:00 committed by GitHub
commit d87e08f0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
dist: xenial
sudo: required
language: node_js language: node_js
node_js: node_js:
- "10" - '10'
services: services:
- docker - docker
@ -24,7 +26,7 @@ before_script:
- export KEEPER_VERSION=v0.11.1 - export KEEPER_VERSION=v0.11.1
- export EVENTS_HANDLER_VERSION=v0.1.2 - export EVENTS_HANDLER_VERSION=v0.1.2
- export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" - export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"
- bash -x start_ocean.sh --no-pleuston --local-spree-node 2>&1 > start_ocean.log & - bash -x start_ocean.sh --no-commons --local-spree-node 2>&1 > start_ocean.log &
- cd .. - cd ..
script: script:
@ -44,7 +46,7 @@ notifications:
deploy: deploy:
- provider: npm - provider: npm
email: "devops@oceanprotocol.com" email: 'devops@oceanprotocol.com'
api_key: ${NPM_TOKEN} api_key: ${NPM_TOKEN}
skip_cleanup: true skip_cleanup: true
on: on:

View File

@ -135,7 +135,7 @@ Besides a running `ganache-cli` instance, a locally running Ocean network is req
git clone https://github.com/oceanprotocol/barge git clone https://github.com/oceanprotocol/barge
cd barge cd barge
./start_ocean.sh --no-pleuston ./start_ocean.sh --no-commons
``` ```
In another terminal window, run this script and export the seed phrase: In another terminal window, run this script and export the seed phrase: