Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from 7SOATSquad30/build/remove-unused-data
Browse files Browse the repository at this point in the history
build: remove unused local data
  • Loading branch information
MuriloKakazu authored May 28, 2024
2 parents acc8db3 + 7d2bfa5 commit c3d8a09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 431 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ infrastructure/up:
docker-compose up -d database

down:
docker-compose down --remove-orphans database
docker-compose down --remove-orphans

test:
./gradlew test
Expand Down
Loading

0 comments on commit c3d8a09

Please sign in to comment.