mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
PR test json is copied to live folder at the time of compile
This commit is contained in:
@@ -345,6 +345,11 @@ namespace TGServerService
|
||||
//just the tip
|
||||
const string GitLogsDir = "/.git/logs";
|
||||
Program.CopyDirectory(RepoPath + GitLogsDir, resurrectee + GitLogsDir);
|
||||
try
|
||||
{
|
||||
File.Copy(PRJobFile, resurrectee + Path.DirectorySeparatorChar + PRJobFile);
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user