Skip to content
Snippets Groups Projects
Commit 31c694dc authored by Rob Swindell's avatar Rob Swindell :speech_balloon: Committed by Deucе
Browse files

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

parent 0d8f76c6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment