From 17b799e5f6e461b63f524e436991589f540627fd Mon Sep 17 00:00:00 2001 From: Markus Fenes Date: Tue, 9 Jan 2024 22:23:11 +0100 Subject: [PATCH] Update Makefile to remove duplicate --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index ce341de3..84af7eb4 100644 --- a/Makefile +++ b/Makefile @@ -143,14 +143,6 @@ create-service: $(EDITOR) ./services-available/$(SERVICE_PASSED_DNCASED).yml $(EDITOR) environments-available/$(SERVICE_PASSED_DNCASED).template -# For services that do not have a environment file yet -create-environment: - envsubst '$${SERVICE_PASSED_DNCASED},$${SERVICE_PASSED_UPCASED}' < ./.templates/environment.template > environments-available/$(SERVICE_PASSED_DNCASED).template - $(EDITOR) environments-available/$(SERVICE_PASSED_DNCASED).template - -create-environment-no-edit: - envsubst '$${SERVICE_PASSED_DNCASED},$${SERVICE_PASSED_UPCASED}' < ./.templates/environment.template > environments-available/$(SERVICE_PASSED_DNCASED).template - create-game: envsubst '$${SERVICE_PASSED_DNCASED},$${SERVICE_PASSED_UPCASED}' < ./.templates/service.template > ./services-available/games/$(SERVICE_PASSED_DNCASED).yml envsubst '$${SERVICE_PASSED_DNCASED},$${SERVICE_PASSED_UPCASED}' < ./.templates/environment.template > environments-available/$(SERVICE_PASSED_DNCASED).template