Update main.yml

This commit is contained in:
phahulin 2019-08-19 21:49:37 +03:00 committed by GitHub
parent 2f4128484d
commit a1fdeb47b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,19 +1,22 @@
---
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_BIN_SHA256: "2178a9ee9656dd7669ba7528bec7ec0d54c93c54c5b693a39
efa83fefa496348"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'sokol'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_BIN_SHA256: "2178a9ee9656dd7669ba7528bec7ec0d54c93c54c5b693a39
efa83fefa496348"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'kovan'
- set_fact:
PARITY_BIN_LOC: "https://releases.parity.io/ethereum/v2.6.1/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256: "8c9211a202750d9d655c6ab819a86774e0fb4086f2c6ad2d14d2df0e45898f8a"
PARITY_BIN_SHA256: "2178a9ee9656dd7669ba7528bec7ec0d54c93c54c5b693a39
efa83fefa496348"
PARITY_VERSION_CHECK: "2.6.1"
when: GENESIS_BRANCH == 'dai'