reproduce locally deletes .git
Open
Nobody has claimed this yet.
- Dominant language
- PLpgSQL
- Stars
- 1.6k
- Forks
- 358
- Avg merge
- 20h 30m
- Merged PRs (30d)
- 27
Description
Hi,
The reproduce locally script deletes .git: rm -rf "$inputDirTmp/.git"
Perhaps to save space?
This is a problem if thing being built uses git during the build process (eg to compute a version number or file manifest).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the reproduce locally script and inspect the cleanup around rm -rf "$inputDirTmp/.git". Confirm how the temporary input is prepared, then verify that local builds can access the source repository metadata without the cleanup deleting it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, shell
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100