use default cli as usage of bootstrap.sh

Signed-off-by: SamYuan1990 <yy19902439@126.com>
This commit is contained in:
SamYuan1990 2020-11-24 23:14:30 +08:00
parent aaf02161df
commit e321b4b360

View file

@ -7,7 +7,7 @@ steps:
inputs: inputs:
versionSpec: $(NODE_VER) versionSpec: $(NODE_VER)
displayName: Install Node.js displayName: Install Node.js
- script: curl -L --retry 5 --retry-delay 3 https://hyperledger.jfrog.io/hyperledger/fabric-binaries/hyperledger-fabric-linux-amd64-${FABRIC_VERSION}-stable.tar.gz | tar xz - script: curl -L --retry 5 --retry-delay 3 https://hyperledger.jfrog.io/hyperledger/fabric-binaries/hyperledger-fabric-linux-amd64-2.0.0-stable.tar.gz | tar xz
displayName: Download Fabric CLI displayName: Download Fabric CLI
- script: curl -L --retry 5 --retry-delay 3 https://hyperledger.jfrog.io/hyperledger/fabric-binaries/hyperledger-fabric-ca-linux-amd64-${FABRIC_VERSION}-stable.tar.gz | tar xz - script: curl -L --retry 5 --retry-delay 3 https://hyperledger.jfrog.io/hyperledger/fabric-binaries/hyperledger-fabric-ca-linux-amd64-${FABRIC_VERSION}-stable.tar.gz | tar xz
displayName: Download Fabric CA CLI displayName: Download Fabric CA CLI