Skip to content

Instantly share code, notes, and snippets.

@atharvai
Last active June 9, 2023 10:41
Show Gist options
  • Save atharvai/77c9afe67589fe940db7905a9abcd285 to your computer and use it in GitHub Desktop.
Save atharvai/77c9afe67589fe940db7905a9abcd285 to your computer and use it in GitHub Desktop.
set -ex
docker run --rm --volume "/var/lib/go-agent/pipelines/:/clean" busybox chown -R $(id -u):$(id -g) /clean/${PIPELINE_NAME} > /dev/null 2>&1 || true
rm -rf /var/lib/go-agent/pipelines/${PIPELINE_NAME}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment