Lock in the generated deposit_contract.json and compare it on CircleCI (#29)

This commit is contained in:
Alex Beregszaszi 2020-05-15 22:23:27 +01:00 committed by GitHub
parent bb9bf82602
commit 2ac62c4b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,9 @@ jobs:
apk add git make
- run:
name: Compile the contract
command: make
command: |
make
git diff --color --exit-code
- persist_to_workspace:
root: .
paths:

1
deposit_contract.json Normal file

File diff suppressed because one or more lines are too long