The GitHub Actions job "Tests (AMD)" on 
airflow.git/magpie-worktree-snapshot-gitignore has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
70bb34a957d962be64e3cb7a2719c423274f7011 / Jarek Potiuk <[email protected]>
Ignore the magpie snapshot symlink in git worktrees

The snapshot is ignored by a directory-only pattern, but only the
main checkout actually has a directory there. /magpie-setup
worktree-init deliberately makes .apache-magpie a symlink to the
main checkout's snapshot so every worktree shares one framework
state, and a trailing-slash pattern never matches a symlink.

The result is that .apache-magpie shows up as untracked in every
worktree, which is noise in git status and one careless "git add -A"
away from committing a machine-local absolute-path symlink.

Dropping the trailing slash matches the directory, its contents, and
the symlink, so the main checkout is unaffected.

Report URL: https://github.com/apache/airflow/actions/runs/32048383957

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to