We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd4a97 commit 3ea83b7Copy full SHA for 3ea83b7
Makefile.helper
@@ -136,7 +136,7 @@ endef
136
define MODEL_INTEGRATION_TEST
137
@EDITION=docker-ce:test docker compose up registry -d
138
@$(MAKE) build-and-push-models
139
- @$(MAKE) compose-run EDITION=docker-ce:test INITMODEL_ENABLED=true INITMODEL_INVENTORY=${PWD}/integration-test/models/inventory.json
+ @$(MAKE) compose-dev EDITION=docker-ce:test INITMODEL_ENABLED=true INITMODEL_INVENTORY=${PWD}/integration-test/models/inventory.json
140
@$(MAKE) wait-models-deploy
141
@$(MAKE) down
142
endef
0 commit comments