mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Merge pull request #1186 from tgstation/Patches [TGSDeploy]
Fix 500 error when reading old compile jobs
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
<!-- Integration tests will ensure they match across the board -->
|
||||
<Import Project="ControlPanelVersion.props" />
|
||||
<PropertyGroup>
|
||||
<TgsCoreVersion>4.7.0</TgsCoreVersion>
|
||||
<TgsCoreVersion>4.7.1</TgsCoreVersion>
|
||||
<TgsConfigVersion>2.2.0</TgsConfigVersion>
|
||||
<TgsApiVersion>8.1.2</TgsApiVersion>
|
||||
<TgsClientVersion>9.1.1</TgsClientVersion>
|
||||
|
||||
@@ -90,7 +90,7 @@ namespace Tgstation.Server.Host.Models
|
||||
ByondVersion = Version.Parse(ByondVersion),
|
||||
MinimumSecurityLevel = MinimumSecurityLevel,
|
||||
DMApiVersion = DMApiVersion,
|
||||
RepositoryOrigin = new Uri(RepositoryOrigin),
|
||||
RepositoryOrigin = RepositoryOrigin != null ? new Uri(RepositoryOrigin) : null,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user