Add missing sub-command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-25 20:22:48 +02:00
parent 03b745083c
commit ed714f8cf5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ run_stack_wait() {
run_purge() {
echo "--- start purge ---"
docker -H "$DOCKER_HOST" prune --all --volumes --force
docker -H "$DOCKER_HOST" system prune --all --volumes --force
echo "--- end purge ---"
}