review feedback: un-pin fabric CLI targets

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-15 15:33:47 -05:00 committed by Dave Enyeart
parent 94a1542782
commit fd2fffbd43
2 changed files with 2 additions and 8 deletions

View file

@ -4,9 +4,6 @@ inputs:
node-version:
description: Version of node
default: 16.x
fabric-version:
description: Version of Fabric
default: 2.4.7
just-version:
description: Just Version
default: 1.2.0
@ -45,5 +42,5 @@ runs:
shell: bash
working-directory: full-stack-asset-transfer-guide
run: |
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh | bash -s -- -f ${{ inputs.fabric-version }} binary
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh | bash -s -- binary
echo ${PWD}/bin >> $GITHUB_PATH

View file

@ -10,9 +10,6 @@ inputs:
java-version:
description: Version of JDK
default: 11.x
fabric-version:
description: Version of Fabric
default: 2.4.7
runs:
using: "composite"
@ -38,7 +35,7 @@ runs:
- name: Install fabric CLI
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh | bash -s -- -f ${{ inputs.fabric-version }} binary
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh | bash -s -- binary
echo ${PWD}/bin >> $GITHUB_PATH
- name: Pull Fabric Docker Images