mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
test 2.3 binary with 2.2 image
Signed-off-by: SamYuan1990 <yy19902439@126.com>
This commit is contained in:
parent
d82812d8ff
commit
348bec6971
1 changed files with 1 additions and 1 deletions
|
|
@ -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-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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue