Skip to content
Snippets Groups Projects
Verified Commit f501d0b1 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

runner_stop.sh: script to stop gitlab_runner

parent 94640a99
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
docker stop $(docker ps -a -q --filter ancestor=gitlab_runner --format="{{.ID}}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment