Luxoft / fabric-skeleton

A tool for devops automation of Hyperledger projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace stored fabric-utils binary file with step for downloading it

fedyiv opened this issue · comments

Add step for downloading this file from some binary repository instead of keeping it in the repository
fabric-skeleton/ops/configurator/fabric-configurator-fat-1.3.2.jar

fabric-configurator should be handled using gradle's dependency. Not compile time, but deploy time. We have addressed this issue in PE. Borrow from there,