Fix contracts repo commit in circle.yml
This commit is contained in:
@@ -7,7 +7,7 @@ test:
|
||||
- npm run testrpc:
|
||||
background: true
|
||||
- git clone git@github.com:0xProject/contracts.git ../contracts
|
||||
- cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
|
||||
- cd ../contracts; git checkout cd04d7c; npm install && npm run migrate
|
||||
- npm run update_contracts
|
||||
- npm run test:coverage
|
||||
- npm run report_test_coverage
|
||||
|
||||
Reference in New Issue
Block a user