Skip to content

Commit

Permalink
Update Makefile to remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mafen authored Jan 9, 2024
1 parent 0674135 commit 17b799e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17b799e

Please sign in to comment.