From e321b4b3608919cbca4e4657095a21e7aeb5f6d6 Mon Sep 17 00:00:00 2001 From: SamYuan1990 Date: Tue, 24 Nov 2020 23:14:30 +0800 Subject: [PATCH] use default cli as usage of bootstrap.sh Signed-off-by: SamYuan1990 --- ci/templates/install-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/templates/install-deps.yml b/ci/templates/install-deps.yml index 95729378..a588449d 100644 --- a/ci/templates/install-deps.yml +++ b/ci/templates/install-deps.yml @@ -7,7 +7,7 @@ steps: inputs: versionSpec: $(NODE_VER) 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 - 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