Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 381dcb9

Browse files
fix(build): Fix make dev issue (#414)
* fix(build): Fix make dev issue Added back the overridden env vars for gen target: CORE_EDGEX_REPOSITORY and CORE_EDGEX_VERSION Added back var override APP_SVC_REPOSITORY Remove the broken echo Signed-off-by: Jim Wang <[email protected]>
1 parent 920ca8c commit 381dcb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose-builder/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ ifneq (nexus, $(RELEASE))
212212
endif
213213

214214
help:
215-
echo ${OPTIONS}
216215
echo "See README.md in this folder"
217216

218217
portainer:
@@ -256,6 +255,9 @@ gen:
256255
$(GROVE_CHECK) \
257256
DEV=$(DEV) \
258257
APP_SVC_DEV=$(APP_SVC_DEV) \
258+
CORE_EDGEX_REPOSITORY=$(CORE_EDGEX_REPOSITORY) \
259+
CORE_EDGEX_VERSION=$(CORE_EDGEX_VERSION) \
260+
APP_SVC_REPOSITORY=$(APP_SVC_REPOSITORY) \
259261
ARCH=$(ARCH) \
260262
TOKEN_LIST=$(TOKEN_LIST) \
261263
docker-compose -p edgex $(COMPOSE_FILES) config > docker-compose.yml

0 commit comments

Comments
 (0)