Skip to content

Commit c3f1244

Browse files
authored
Merge pull request #97 from pzhlkj6612/clean_with_project_name
Add project name "ci" to "docker-compose down" command
2 parents a9727eb + 819f639 commit c3f1244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ run-tests:
1515
cd tests && ./test.sh
1616

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

0 commit comments

Comments
 (0)