removed warning for --all flag

This commit is contained in:
HoneyryderChuck 2018-02-16 23:21:58 +00:00
parent 57a62fe19a
commit b941e4d434

View File

@ -5,7 +5,7 @@ VERSION=$2
cleanup () {
docker-compose -p ci kill
docker-compose -p ci rm -f --all
docker-compose -p ci rm -f
}
trap cleanup exit