This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-36
lines changed
Expand file tree Collapse file tree 4 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 33.DS_Store
44.vscode
55debug.test
6+
7+
8+ # Files auto-generated by docker-compose
9+ test /fixtures /tls /fabricca /server /org1.example.com-cert.pem
Original file line number Diff line number Diff line change @@ -32,7 +32,3 @@ FABRIC_ORDERER_FIXTURE_IMAGE=hyperledger/fabric-orderer
3232FABRIC_PEER_FIXTURE_IMAGE = hyperledger/fabric-peer
3333FABRIC_COUCHDB_FIXTURE_IMAGE = hyperledger/fabric-couchdb
3434FABRIC_BUILDER_FIXTURE_IMAGE = hyperledger/fabric-ccenv
35-
36- FABRIC_CA_TLS_ENABLED = false
37- FABRIC_SDK_CLIENT_FABRICCA_TLSENABLED = false
38- FABRIC_SDK_CLIENT_FABRICCA_SERVERURL = " https://localhost:7054"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222PKGS=` go list github.com/hyperledger/fabric-sdk-go/test/integration/... 2> /dev/null | \
2323 grep -v /vendor/`
2424
25- # Detect Hyperledger CI environment
26- if [ " $JENKINS_URL " == " https://jenkins.hyperledger.org/" ]
27- then
28- echo " In Hyperledger CI - Setting docker integration fixture tags to latest..."
29- source ./test/fixtures/latest-env.sh
30- fi
31-
3225echo " Starting fabric and fabric-ca docker images..."
3326cd ./test/fixtures && docker-compose up --force-recreate -d
3427
You can’t perform that action at this time.
0 commit comments