Skip to content

Commit

Permalink
Merge pull request #97 from pzhlkj6612/clean_with_project_name
Browse files Browse the repository at this point in the history
Add project name "ci" to "docker-compose down" command
  • Loading branch information
mattrayner authored Jul 21, 2020
2 parents a9727eb + 819f639 commit c3f1244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ run-tests:
cd tests && ./test.sh

clean:
docker-compose -f docker-compose.test.yml down
docker-compose -f docker-compose.test.yml -p ci down

0 comments on commit c3f1244

Please sign in to comment.