From d1a5556a74116ac782ade06c975bba78b151f9c8 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 15 May 2020 13:17:14 +0100 Subject: [PATCH] Compare against eth2.0-specs v0.11.2 (#30) --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 70679e01e..b86a89aa2 100644 --- a/circle.yml +++ b/circle.yml @@ -36,7 +36,7 @@ jobs: - run: name: Install eth2.0-specs tests command: | - git clone https://github.com/ethereum/eth2.0-specs + git clone https://github.com/ethereum/eth2.0-specs --single-branch --branch v0.11.2 cp -f /tmp/deposit_contract.json eth2.0-specs/deposit_contract/contracts/validator_registration.json cd eth2.0-specs make install_deposit_contract_tester