Skip to content

Commit 2efeb72

Browse files
committed
fix: export CORE_PEER_ORG_NAME
Signed-off-by: osamamagdy <osamamagdy174@gmail.com>
1 parent d3dee26 commit 2efeb72

File tree

1 file changed

+1
-0
lines changed
  • samples/deployment/test-network

1 file changed

+1
-0
lines changed

samples/deployment/test-network/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function test_simple_cli() {
109109
export CHANNEL_NAME=$CHANNEL_NAME
110110
export CORE_PEER_ADDRESS=localhost:7051
111111
export CORE_PEER_ID=peer0.org1.example.com
112+
export CORE_PEER_ORG_NAME=org1
112113
export CORE_PEER_LOCALMSPID=Org1MSP
113114
export CORE_PEER_MSPCONFIGPATH="$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp"
114115
export CORE_PEER_TLS_CERT_FILE="$FPC_PATH/samples/deployment/test-network/fabric-samples/test-network/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt"

0 commit comments

Comments
 (0)