mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge pull request #69 from lehors/FAB-16284-remove-E2E-file-BYFN
[FAB-16284] Remove E2E file and -f option from BYFN
This commit is contained in:
commit
118fe07e9e
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ function networkUp() {
|
||||||
# generate artifacts if they don't exist
|
# generate artifacts if they don't exist
|
||||||
if [ ! -d "crypto-config" ]; then
|
if [ ! -d "crypto-config" ]; then
|
||||||
generateCerts
|
generateCerts
|
||||||
replacePrivateKey
|
|
||||||
generateChannelArtifacts
|
generateChannelArtifacts
|
||||||
fi
|
fi
|
||||||
COMPOSE_FILES="-f ${COMPOSE_FILE} -f ${COMPOSE_FILE_RAFT2}"
|
COMPOSE_FILES="-f ${COMPOSE_FILE} -f ${COMPOSE_FILE_RAFT2}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue