Skip to content

Commit

Permalink
Add missing Fabric CLI dependency (contributes to IBM-Blockchain#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone committed Jun 17, 2020
1 parent 5452104 commit d400b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
displayName: Use Python 3.x
- script: pip install ansible ansible-doc-extractor ansible-lint flake8 fabric-sdk-py openshift python-pkcs11 sphinx sphinx-rtd-theme yamllint yq
displayName: Install Python dependencies
- script: curl -sSL https://github.com/hyperledger/fabric/releases/download/v1.4.7/hyperledger-fabric-linux-amd64-1.4.7.tar.gz | sudo tar xzf - -C /usr/local
displayName: Install Fabric CLI
- script: |
set -ex
curl -sL https://ibm.biz/idt-installer | bash
Expand Down

0 comments on commit d400b90

Please sign in to comment.