Skip to content

Commit 0b1a761

Browse files
committed
stack_with_prefix.yml: remove unused docker image tag
This variable is not used. Instead script is sourcing repo config that defines (overrides) docker image tag
1 parent 9b37822 commit 0b1a761

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/simcore/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ $(SIMCORE_REPO_DIR):
1515
$(error $@ repo not found. Please clone this repo manually)
1616

1717
.PHONY: stack_with_prefix.yml
18-
stack_with_prefix.yml: $(SIMCORE_REPO_DIR) $(REPO_CONFIG_LOCATION) guard-DOCKER_IMAGE_TAG
18+
stack_with_prefix.yml: $(SIMCORE_REPO_DIR) $(REPO_CONFIG_LOCATION)
1919
# generating $@
20-
@DOCKER_IMAGE_TAG=$(DOCKER_IMAGE_TAG) \
21-
$(REPO_BASE_DIR)/scripts/deployments/prepare_simcore_stack.bash
20+
@$(REPO_BASE_DIR)/scripts/deployments/prepare_simcore_stack.bash
2221
@mv $(REPO_BASE_DIR)/scripts/deployments/stack_with_prefix.yml $@
2322

2423
# We don't want to generate stack file automatically here.

0 commit comments

Comments
 (0)