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