mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
This is purely travis (and maybe local testing). Does not warrent (IMHO) a contrib/ directory. Hide it in a .travis directory.
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker rm -f $(docker ps -a -q)
|
|
sleep 1
|
|
docker rm -f $(docker ps -a -q)
|