Skip to content

Commit

Permalink
fix: sipi makefile (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Feb 28, 2020
1 parent cbed601 commit 73a0afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sipi/Makefile
Expand Up @@ -6,8 +6,8 @@ print-env-file: env-file ## prints the env file used by sipi

.PHONY: env-file
env-file: ## write the env file used by sipi
@echo SIPI_VERSION=$(SIPI_VERSION) > .env
@echo DOCKERHOST=$(DOCKERHOST) > .env
@echo SIPI_VERSION=v$(SIPI_VERSION) > .env
@echo DOCKERHOST=$(DOCKERHOST) >> .env

.PHONY: up
up: env-file ## start sipi
Expand Down

0 comments on commit 73a0afe

Please sign in to comment.