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 9b37822 commit 0b1a761Copy full SHA for 0b1a761
services/simcore/Makefile
@@ -15,10 +15,9 @@ $(SIMCORE_REPO_DIR):
15
$(error $@ repo not found. Please clone this repo manually)
16
17
.PHONY: stack_with_prefix.yml
18
-stack_with_prefix.yml: $(SIMCORE_REPO_DIR) $(REPO_CONFIG_LOCATION) guard-DOCKER_IMAGE_TAG
+stack_with_prefix.yml: $(SIMCORE_REPO_DIR) $(REPO_CONFIG_LOCATION)
19
# generating $@
20
- @DOCKER_IMAGE_TAG=$(DOCKER_IMAGE_TAG) \
21
- $(REPO_BASE_DIR)/scripts/deployments/prepare_simcore_stack.bash
+ @$(REPO_BASE_DIR)/scripts/deployments/prepare_simcore_stack.bash
22
@mv $(REPO_BASE_DIR)/scripts/deployments/stack_with_prefix.yml $@
23
24
# We don't want to generate stack file automatically here.
0 commit comments