You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the clone and the checkout succeeded, get rid of the bare repository
We start out with a bare, shallow clone of `git-sdk-32`/`git-sdk-64`.
This lives in the current directory, as `.tmp/`. Some GitHub workflows
are very picky about the current directory and do not want any untracked
files flying about.
Most notably, Git's own test suite wants to make sure that there are no
unexpected files in the work tree after a successful build, and `.tmp`
counts for "unexpected" here.
Let's remove the bare repository once we no longer need it.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments