From d400b90ef37755d1e7248ac9f42b52ec7265cf87 Mon Sep 17 00:00:00 2001 From: Simon Stone Date: Wed, 17 Jun 2020 19:38:35 +0100 Subject: [PATCH] Add missing Fabric CLI dependency (contributes to #71) Signed-off-by: Simon Stone --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 38469327..3822364e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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