fix: clean /tmp/silo before cloning in docs workflows #125
Reference in New Issue
Block a user
Delete Branch "fix/silo-docs-tmp-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes
fatal: destination path '/tmp/silo' already existserror on the docs runner.Changes
Adds
rm -rf /tmp/silobeforegit clonein both:docs.yml(Fetch Silo server docs step)sync-silo-docs.yml(Clone Silo server docs step)The docs runner persists state between runs, so
/tmp/silomay already exist from a previous (possibly failed) run.Related Issues
Follow-up to #124 / #122