Skip to content

Instantly share code, notes, and snippets.

@scicco
Created March 7, 2023 16:29
Show Gist options
  • Save scicco/7ede6cce87815d2c1a2ec2b774a9ecab to your computer and use it in GitHub Desktop.
Save scicco/7ede6cce87815d2c1a2ec2b774a9ecab to your computer and use it in GitHub Desktop.
clear_github_runner.sh
#!/bin/bash
docker volume rm gitlab-runner-config
docker volume create gitlab-runner-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment