Skip to content

Commit 31a85b3

Browse files
committed
Cleanup
1 parent a77282a commit 31a85b3

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ test:
2525

2626
clean_all:
2727
docker-compose down
28-
# sudo rm -rf tests/tmp/*
29-
sudo rm -rf tests/tmp/app/*
30-
sudo rm -rf tests/tmp/docker_app/*
31-
sudo rm -rf tests/tmp/maria/*
32-
sudo rm -rf tests/tmp/cache/*
33-
sudo rm -rf tests/tmp/postgres/*
28+
sudo rm -rf tests/tmp/*
3429

3530
clean:
3631
sudo rm -rf tests/tmp/app/*

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ services:
3232
- '13306:3306'
3333
volumes:
3434
- ./tests/tmp/mysql:/var/lib/mysql:rw
35-
# - mysql:/var/lib/mysql
3635
environment:
3736
TZ: UTC
3837
MYSQL_ALLOW_EMPTY_PASSWORD: 1

tests/.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/tmp/cache
2-
/tmp/docker_app
3-
/tmp/maria
4-
# !/tmp/mysql/.gitignore
1+
/tmp

tests/tmp/mysql/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)