Change circle commit hash to the newest one from the monorepo

This commit is contained in:
Leonid Logvinov 2017-12-14 15:26:02 +01:00
parent 4ce8eaa158
commit 3ed2eedfda
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -5,7 +5,7 @@ jobs:
docker:
- image: circleci/node:6.12
environment:
CONTRACTS_COMMIT_HASH: '78fe8dd'
CONTRACTS_COMMIT_HASH: '6bda6a2'
steps:
- checkout
- run: echo 'export PATH=$HOME/CIRCLE_PROJECT_REPONAME/node_modules/.bin:$PATH' >> $BASH_ENV