mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Update CA server bin path in test-network-nano-bash (#1299)
test-network-nano-bash is often used with locally built fabric and fabric-ca binaries. As such the intent is to first look for locally built binaries and then fall back to binaries downloaded with the samples. This was correct for fabric binaries but not the fabric-ca binaries. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
b8d462c22a
commit
0126ca518e
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export FABRIC_CFG_PATH="${PWD}"/../config
|
||||
|
||||
#Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export FABRIC_CFG_PATH="${PWD}"/../config
|
||||
|
||||
#Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
export PATH="${PWD}"/../../fabric/build/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export PATH="${PWD}"/../../fabric-ca/bin:"${PWD}"/../bin:"${PATH}"
|
||||
export FABRIC_CFG_PATH="${PWD}"/../config
|
||||
|
||||
#Configure the CA_NAME, CA_PORT, OPERATIONS_PORT and CSR_HOSTS for the CA
|
||||
|
|
|
|||
Loading…
Reference in a new issue