Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 36a17dc

Browse files
authored
Merge pull request #42 from keybase/david/no-docker-prune
Remove docker prune in favor of docker-compose down + flags
2 parents 3363044 + 7b309dc commit 36a17dc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integrationTest.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ NC='\033[0m'
3131
indent() { sed 's/^/ /'; }
3232
# Reset docker and wipe all volumes
3333
reset_docker() {
34-
docker-compose down -v
35-
docker system prune -f
34+
docker-compose down -v --remove-orphans --rmi local
3635
}
3736

3837
cd tests/

0 commit comments

Comments
 (0)