Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Jul 17, 2024
1 parent c82fdbd commit eb88afb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ validation_client_run: validation-clean
docker_compose: validation-clean
docker compose down
docker compose --file docker-compose-local.yml up

.PHONY: run-local
run-local: build validation_client_run docker_compose ## runs image with local configuration

run-local-parallel: docker_compose validation_client_run

.PHONY: run-local
run-local: build
@make run-local-parallel

.PHONY: publish-local
publish-local: run-local ## push to local throw away registry to test integration
Expand Down

0 comments on commit eb88afb

Please sign in to comment.