Skip to content
Snippets Groups Projects
Commit c8011a9c authored by michael.minelli's avatar michael.minelli
Browse files

Infra => Kill instead of Stop

parent 33f0e462
No related branches found
No related tags found
No related merge requests found
Pipeline #26665 passed
......@@ -23,7 +23,7 @@ if [ $? -ne 0 ]; then
DOCKER_COMPOSE_COMMAND="docker-compose"
fi
${DOCKER_COMPOSE_COMMAND} stop
${DOCKER_COMPOSE_COMMAND} kill
# If argument is --run, run the docker compose file
if [ "$1" = "--run" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment