@@ -48,7 +48,7 @@ unit-tests-race:
4848 cd integration/nwo/; export FAB_BINS=$(FAB_BINS ) ; go test -cover ./...
4949
5050.PHONY : docker-images
51- docker-images : fabric-docker-images weaver-docker-images fpc-docker-images orion-server-images monitoring-docker-images testing-docker-images
51+ docker-images : fabric-docker-images weaver-docker-images orion-server-images monitoring-docker-images testing-docker-images
5252
5353.PHONY : fabric-docker-images
5454fabric-docker-images :
@@ -64,13 +64,6 @@ weaver-docker-images:
6464 docker pull ghcr.io/hyperledger-labs/weaver-relay-server:1.2.1
6565 docker image tag ghcr.io/hyperledger-labs/weaver-relay-server:1.2.1 hyperledger-labs/weaver-relay-server:latest
6666
67- .PHONY : fpc-docker-images
68- fpc-docker-images :
69- docker pull ghcr.io/mbrandenburger/fpc/ercc:main
70- docker image tag ghcr.io/mbrandenburger/fpc/ercc:main fpc/ercc:latest
71- docker pull ghcr.io/mbrandenburger/fpc/fpc-echo:main
72- docker image tag ghcr.io/mbrandenburger/fpc/fpc-echo:main fpc/fpc-echo:latest
73-
7467.PHONY : monitoring-docker-images
7568monitoring-docker-images :
7669 docker pull ghcr.io/hyperledger-labs/explorer-db:latest
@@ -128,10 +121,6 @@ integration-tests-atsafsc:
128121integration-tests-twonets :
129122 cd ./integration/fabric/twonets; export FAB_BINS=$(FAB_BINS ) ; ginkgo $(GINKGO_TEST_OPTS ) .
130123
131- .PHONY : integration-tests-fpc-echo
132- integration-tests-fpc-echo :
133- cd ./integration/fabric/fpc/echo; export FAB_BINS=$(FAB_BINS ) ; ginkgo $(GINKGO_TEST_OPTS ) .
134-
135124.PHONY : integration-tests-weaver-relay
136125integration-tests-weaver-relay :
137126 cd ./integration/fabric/weaver/relay; export FAB_BINS=$(FAB_BINS ) ; ginkgo $(GINKGO_TEST_OPTS ) .
@@ -172,7 +161,6 @@ clean:
172161 rm -rf ./integration/fabric/iou/testdata/
173162 rm -rf ./integration/fabric/twonets/cmd
174163 rm -rf ./integration/fabric/weaver/relay/cmd
175- rm -rf ./integration/fabric/fpc/echo/cmd
176164 rm -rf ./integration/fabric/stoprestart/cmd
177165 rm -rf ./integration/fsc/stoprestart/cmd
178166 rm -rf ./integration/orion/cars/cmd
0 commit comments