mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-12 18:20:02 -04:00
Prune container and volumes
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com>
This commit is contained in:
parent
0bbcb60f02
commit
226469f970
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -74,4 +74,5 @@ jobs:
|
|||
./configure --enable-libtap --with-ipv6=no && \
|
||||
make && \
|
||||
make test'
|
||||
docker volume rm tmp-vol
|
||||
docker container prune -f
|
||||
docker volume prune -f
|
||||
|
|
|
|||
Loading…
Reference in a new issue