Skip to content

Commit f4523c6

Browse files
committed
TEST: try whether it works using Dugite's native Git
Probably not, Dugite wants to find its Git relative to its installation location, but with `ncc` the assumption that the native bits are there is wrong. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2850695 commit f4523c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ async function run() {
44
const core = CIHelper.getActionsCore()
55

66
// help dugite realize where `git` is...
7-
process.env.LOCAL_GIT_DIRECTORY = "/usr/"
7+
// process.env.LOCAL_GIT_DIRECTORY = "/usr/"
88

99
const config = await CIHelper.getConfig()
1010
await CIHelper.initializeWorkDir("git", config)

0 commit comments

Comments
 (0)