Skip to content

Instantly share code, notes, and snippets.

@Tirael
Created August 29, 2022 10:18
Show Gist options
  • Save Tirael/00ac4a8d39f9ef37e3b9d6f9572cc784 to your computer and use it in GitHub Desktop.
Save Tirael/00ac4a8d39f9ef37e3b9d6f9572cc784 to your computer and use it in GitHub Desktop.
#!/bin/bash
find /gitlab-runner/builds -type f -ctime +7 -delete && find /gitlab-runner/builds -type d -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment