Skip to content

Commit

Permalink
Removed Make initiation of absent target
Browse files Browse the repository at this point in the history
the target
	##$(MAKE) check-container-registry-account-id
does not exist in the Makefile and test stage failed.
Removing as it must have been deprecated before.
  • Loading branch information
Stephen.James committed Mar 11, 2024
1 parent e4ba9da commit c8bc52d
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 @@ -46,7 +46,6 @@ build-dev: ## Build dev image

.PHONY: start-db
start-db: ## start database
$(MAKE) check-container-registry-account-id
$(DOCKER_COMPOSE) up -d db
./scripts/wait_for_db.sh

Expand Down

0 comments on commit c8bc52d

Please sign in to comment.