mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
The external builders will build and launch binary chaincode instead of docker containers. Signed-off-by: Chris Elder <celder628@gmail.com>
6 lines
184 B
Bash
Executable file
6 lines
184 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
mkdir -p config
|
|
|
|
sed -e '/externalBuilders:/r ./external_builders/core_yaml_change.yaml' ../config/core.yaml | sed -e "s|_working_dir_|$PWD|g" > ./config/core.yaml
|
|
|