Merge pull request #144 from Cyberboss/MusntTellLies

PR test json is copied to live folder at the time of compile
This commit is contained in:
Jordan Brown
2017-08-31 14:13:38 -04:00
committed by GitHub
+5
View File
@@ -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
{