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

fixed keeper contracts version

This commit is contained in:
Pedro Gutiérrez 2019-02-22 10:00:29 +01:00 committed by Pedro Gutiérrez
parent 0410793286
commit aba7f156b9

View File

@ -21,6 +21,7 @@ before_script:
- ganache-cli --port 18545 > ganache-cli.log &
- git clone https://github.com/oceanprotocol/barge
- cd barge
- export KEEPER_VERSION=v0.6.12
- bash -x start_ocean.sh --latest --no-brizo --no-pleuston --local-spree-node 2>&1 > start_ocean.log &
- cd ..