mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Change 2.0.0-beta to 2.0.0 when CommercialPaper uses the test network Add test network to the azure pipelines Correct test network envvar script Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
15 lines
388 B
YAML
15 lines
388 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
steps:
|
|
- script: |
|
|
sudo tar xzvf /tmp/hyperledger-fabric-linux-amd64-latest.tar.gz -C ..
|
|
./network.sh down
|
|
./network.sh up createChannel -s couchdb -i 2.0.0
|
|
./network.sh deployCC -l javascript
|
|
|
|
workingDirectory: test-network
|
|
displayName: Start up test network
|
|
env:
|
|
FABRIC_CFG_PATH: /usr/local/config
|