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:
Simon Stone 2019-11-15 09:40:12 +00:00 committed by GitHub
commit 118fe07e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,6 @@ function networkUp() {
# generate artifacts if they don't exist
if [ ! -d "crypto-config" ]; then
generateCerts
replacePrivateKey
generateChannelArtifacts
fi
COMPOSE_FILES="-f ${COMPOSE_FILE} -f ${COMPOSE_FILE_RAFT2}"