diff --git a/.drone.yml b/.drone.yml index 3f448b9..fe5b6f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: command_timeout: 2m script: - | - if docker ps -f name=thief_music | grep -q thief_music; then + if docker container ls -a -f name=thief_music | grep -q thief_music; then docker stop thief_music docker rm thief_music else