chore: change circleci config from 0xproject to 0x

This commit is contained in:
Jacob Evans 2018-10-18 22:05:54 +11:00
parent 2735fb4fa6
commit 56ef712d26
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842

View File

@ -81,23 +81,23 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- repo-{{ .Environment.CIRCLE_SHA1 }} - repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn wsrun test:circleci @0xproject/abi-gen - run: yarn wsrun test:circleci @0x/abi-gen
- run: yarn wsrun test:circleci @0xproject/assert - run: yarn wsrun test:circleci @0x/assert
- run: yarn wsrun test:circleci @0xproject/base-contract - run: yarn wsrun test:circleci @0x/base-contract
- run: yarn wsrun test:circleci @0xproject/connect - run: yarn wsrun test:circleci @0x/connect
- run: yarn wsrun test:circleci @0xproject/contract-wrappers - run: yarn wsrun test:circleci @0x/contract-wrappers
- run: yarn wsrun test:circleci @0xproject/dev-utils - run: yarn wsrun test:circleci @0x/dev-utils
- run: yarn wsrun test:circleci @0xproject/json-schemas - run: yarn wsrun test:circleci @0x/json-schemas
- run: yarn wsrun test:circleci @0xproject/metacoin - run: yarn wsrun test:circleci @0x/metacoin
- run: yarn wsrun test:circleci @0xproject/order-utils - run: yarn wsrun test:circleci @0x/order-utils
- run: yarn wsrun test:circleci @0xproject/order-watcher - run: yarn wsrun test:circleci @0x/order-watcher
- run: yarn wsrun test:circleci @0xproject/sol-compiler - run: yarn wsrun test:circleci @0x/sol-compiler
- run: yarn wsrun test:circleci @0xproject/sol-cov - run: yarn wsrun test:circleci @0x/sol-cov
- run: yarn wsrun test:circleci @0xproject/sol-doc - run: yarn wsrun test:circleci @0x/sol-doc
- run: yarn wsrun test:circleci @0xproject/subproviders - run: yarn wsrun test:circleci @0x/subproviders
- run: yarn wsrun test:circleci @0xproject/web3-wrapper - run: yarn wsrun test:circleci @0x/web3-wrapper
- run: yarn wsrun test:circleci @0xproject/utils - run: yarn wsrun test:circleci @0x/utils
- run: yarn wsrun test:circleci @0xproject/instant - run: yarn wsrun test:circleci @0x/instant
- save_cache: - save_cache:
key: coverage-abi-gen-{{ .Environment.CIRCLE_SHA1 }} key: coverage-abi-gen-{{ .Environment.CIRCLE_SHA1 }}
paths: paths:
@ -176,12 +176,12 @@ jobs:
- save_cache: - save_cache:
key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
paths: paths:
- "/usr/local/bin" - '/usr/local/bin'
- "/usr/local/lib/python3.7/site-packages" - '/usr/local/lib/python3.7/site-packages'
- ".eggs" - '.eggs'
- ".mypy_cache" - '.mypy_cache'
- ".pytest_cache" - '.pytest_cache'
- ".tox" - '.tox'
- run: - run:
command: | command: |
cd python-packages/order_utils cd python-packages/order_utils
@ -208,12 +208,12 @@ jobs:
- save_cache: - save_cache:
key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
paths: paths:
- "/usr/local/bin" - '/usr/local/bin'
- "/usr/local/lib/python3.7/site-packages" - '/usr/local/lib/python3.7/site-packages'
- ".eggs" - '.eggs'
- ".mypy_cache" - '.mypy_cache'
- ".pytest_cache" - '.pytest_cache'
- ".tox" - '.tox'
- run: - run:
command: | command: |
cd python-packages/order_utils cd python-packages/order_utils
@ -236,8 +236,8 @@ jobs:
- save_cache: - save_cache:
key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }} key: deps9-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
paths: paths:
- "/usr/local/bin" - '/usr/local/bin'
- "/usr/local/lib/python3.7/site-packages" - '/usr/local/lib/python3.7/site-packages'
- run: - run:
command: | command: |
cd python-packages/order_utils cd python-packages/order_utils