Skip to content

Commit

Permalink
Remove dangling include from Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed May 7, 2024
1 parent 265f5ab commit 7bdf98b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ starter: generate-secrets
starter_dev: QUOTED_CURDIR = "$(CURDIR)"
starter_dev: generate-secrets

-include dev.env
$(MAKE) starter-init ENVIRONMENT=starter_dev
if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase)" ]; then \
docker container run --rm -v $(CURDIR)/codebase:/home/root $(REPOSITORY)/nginx:$(TAG) with-contenv bash -lc 'git clone -b main https://github.com/Islandora-Devops/islandora-starter-site /home/root;'; \
Expand Down

0 comments on commit 7bdf98b

Please sign in to comment.