From 348bec6971e96caca2fd5bbbb530190985135c34 Mon Sep 17 00:00:00 2001 From: SamYuan1990 Date: Tue, 24 Nov 2020 23:23:40 +0800 Subject: [PATCH] test 2.3 binary with 2.2 image 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 a88b155d..bd3c2910 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-2.0-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.3-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