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 <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Jun 17, 2020
1 parent 5452104 commit 41ffe4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -30,9 +32,7 @@ steps:
ibmcloud plugin list
curl -sSL https://mirror.openshift.com/pub/openshift-v4/clients/oc/4.3/linux/oc.tar.gz | sudo tar xzf - -C /usr/local/bin
displayName: Install IBM Cloud and OpenShift CLI
- script: |
set -ex
ansible-galaxy collection build
- script: ansible-galaxy collection build
displayName: Build collection artifact
- script: |
set -ex
Expand Down

0 comments on commit 41ffe4d

Please sign in to comment.