Skip to content

Commit

Permalink
Fix Makefile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 31, 2024
1 parent 2d9a0fd commit 9190624
Show file tree
Hide file tree
Showing 2 changed files with 634 additions and 502 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ acceptance-frontend-prod-start-monolingual: ## Start acceptance frontend in prod

.PHONY: acceptance-backend-start-monolingual
acceptance-backend-start-monolingual: ## Start backend acceptance server
export INDEX_PASSWORD=paraDiesli,17
export PLONE_PASSWORD=secret
export INDEX_PASSWORD=paraDiesli,17
export PLONE_PASSWORD=secret
$(MAKE) -C "./backend/" acceptance-backend-start-monolingual

.PHONY: ci-acceptance-backend-start-monolingual
Expand Down Expand Up @@ -217,8 +217,8 @@ acceptance-frontend-prod-start-multilingual: ## Start acceptance frontend in pro

.PHONY: acceptance-backend-start-multilingual
acceptance-backend-start-multilingual: ## Start backend acceptance server
export INDEX_PASSWORD=paraDiesli,17
export PLONE_PASSWORD=secret
export INDEX_PASSWORD=paraDiesli,17
export PLONE_PASSWORD=secret
$(MAKE) -C "./backend/" acceptance-backend-start-multilingual

.PHONY: ci-acceptance-backend-start-multilingual
Expand Down
Loading

0 comments on commit 9190624

Please sign in to comment.