Skip to content
Snippets Groups Projects
Commit 39ccc614 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove the temp directory and contents, git clone requires empty dir

parent 77ed5e68
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
......@@ -19,6 +19,7 @@ var temp_dir = backslash(system.temp_path) + "sbbs-" + date_str;
log(LOG_INFO,"Using temp directory: " + temp_dir);
print("Remove files: " + rmfiles(temp_dir));
var build_output = "build_output.txt";
var repo = "git@gitlab.synchro.net:/main/sbbs";
var cmd_line = "git clone " + repo + " " + temp_dir + " 2> " + build_output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment