We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f1343 commit c3aab76Copy full SHA for c3aab76
3 files changed
ecc_go/build.mk
@@ -37,7 +37,7 @@ ecc_dependencies:
37
# which forces ecc to always be built
38
39
env:
40
- echo "export CC_NAME=$(CC_NAME)" > details.env
+ echo "export CC_ID=$(CC_ID)" > details.env
41
echo "export FPC_MRENCLAVE=$(shell cat mrenclave)" >> details.env
42
echo "export FPC_CHAINCODE_IMAGE=$(DOCKER_IMAGE):latest" >> details.env
43
samples/chaincode/cc-tools-demo/setup.sh
100644
100755
samples/chaincode/cc-tools-demo/testTutorial.sh
0 commit comments