Closed mweagle closed 7 years ago
I suppose this is where it's getting stuck
provision.go:838
ctx.registerFileCleanupFinalizer(tmpFile.Name())
is using
provision_utils.go:66
temporaryPath := path.Join(buildDir, name)
probably filepath.Join
would be more portable?
Using filepath
as in previous comment is not fixing the issue, still no zip created into \\.sparta\\
Marking closed - please reopen if the issue persists for you.
Promoted from: https://github.com/mweagle/Sparta/issues/46#issuecomment-283303004
/cc @inge4pres