Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: automatically clean sipi image files (DEV-1395) (#2237)
  • Loading branch information
jnussbaum committed Oct 10, 2022
1 parent 0e7805b commit eddb34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -155,7 +155,7 @@ stack-down: ## stops the dsp-stack.
@docker compose -f docker-compose.yml down

.PHONY: stack-down-delete-volumes
stack-down-delete-volumes: ## stops the dsp-stack and deletes any created volumes (deletes the database!).
stack-down-delete-volumes: clean-local-tmp clean-sipi-projects clean-sipi-tmp ## stops the dsp-stack and deletes any created volumes (deletes the database!).
@docker compose -f docker-compose.yml down --volumes

.PHONY: stack-config
Expand Down Expand Up @@ -332,7 +332,7 @@ clean-metals: ## clean SBT and Metals related stuff
@rm -rf .metals
@rm -rf target

clean: docs-clean clean-local-tmp clean-docker clean-sipi-tmp ## clean build artifacts
clean: docs-clean clean-local-tmp clean-docker clean-sipi-tmp clean-sipi-projects ## clean build artifacts
@rm -rf .env

.PHONY: clean-sipi-tmp
Expand Down

0 comments on commit eddb34d

Please sign in to comment.