Skip to content

Commit

Permalink
Removing anonymous docker volumes after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmadonna committed Jan 2, 2025
1 parent 8dfe4d3 commit a712ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ mv src/instance/app.cfg.bak src/instance/app.cfg

echo "Stopping and removing the neo4j-test container"
docker stop neo4j-test > /dev/null
docker rm neo4j-test > /dev/null
docker rm --volumes neo4j-test > /dev/null

0 comments on commit a712ca6

Please sign in to comment.