Skip to content

Commit

Permalink
@pcrespov review: remove useless call
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Sep 4, 2023
1 parent 12ba0a1 commit cf973c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions services/clusters-keeper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ include ../../scripts/common-service.Makefile
@echo "WARNING ##### $@ does not exist, cloning $< as $@ ############"; cp $< $@)


show-settings: .env ## shows local test settings (running bare metal against AWS)
# setting up dependencies
@docker compose up --detach
@set -o allexport \
&& source $(CURDIR)/.env \
&& set +o allexport \
&& simcore-service-clusters-keeper settings

.PHONY: test-local
up-devel: .env ## starts local test application (running bare metal against AWS)
# setting up dependencies
Expand Down

0 comments on commit cf973c1

Please sign in to comment.