Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit c0144e2

Browse files
jamesruantroyronda
authored andcommitted
[FABG-692] fix make dockerenv-stable-up fail
fix make dockerenv-stable-up without generate config Change-Id: I511ea8b4a3b6c8934161cd665239bc8612f8366c Signed-off-by: James Ruan <ruanbeihong@gmail.com>
1 parent 972a009 commit c0144e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ dockerenv-prev-up: clean-tests populate-fixtures-prev-noforce
423423
$(DOCKER_COMPOSE_CMD) $(BASE_DOCKER_COMPOSE_FILES) up --force-recreate
424424

425425
.PHONY: dockerenv-stable-up
426-
dockerenv-stable-up: clean-tests
426+
dockerenv-stable-up: clean-tests populate-fixtures-stable-noforce
427427
@. $(FIXTURE_CRYPTOCONFIG_PATH)/env.sh && \
428428
cd $(FIXTURE_DOCKERENV_PATH) && \
429429
FABRIC_SDKGO_CODELEVEL_VER=$(FABRIC_STABLE_CODELEVEL_VER) FABRIC_SDKGO_CODELEVEL_TAG=$(FABRIC_STABLE_CODELEVEL_TAG) FABRIC_DOCKER_REGISTRY=$(FABRIC_RELEASE_REGISTRY) \
@@ -615,4 +615,4 @@ clean-tests-temp:
615615
-rm -f integration-report.xml report.xml
616616

617617
.PHONY: clean-tests
618-
clean-tests: clean-tests-temp clean-tests-build
618+
clean-tests: clean-tests-temp clean-tests-build

0 commit comments

Comments
 (0)