mirror of
https://github.com/krugersu/YY.EventLogExportAssistant.git
synced 2026-06-20 01:16:51 +02:00
Сохранил настройки для Travis CI, но временно отключил тесты для CH
Обнаружена ошибка в Travis CI для дистрибутива Ubuntu 18.04 (bionic).
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
language: csharp
|
||||
mono: none
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
dotnet: 3.1
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ dotnet nuget push ./Libs/YY.EventLogExportAssistant.SQLServer/bin/Release/YY.Eve
|
||||
dotnet nuget push ./Libs/YY.EventLogExportAssistant.PostgreSQL/bin/Release/YY.EventLogExportAssistant.PostgreSQL.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
dotnet nuget push ./Libs/YY.EventLogExportAssistant.ElasticSearch/bin/Release/YY.EventLogExportAssistant.ElasticSearch.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
dotnet nuget push ./Libs/YY.EventLogExportAssistant.MySQL/bin/Release/YY.EventLogExportAssistant.MySQL.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
dotnet nuget push ./Libs/YY.EventLogExportAssistant.ClickHouse/bin/Release/YY.EventLogExportAssistant.ClickHouse.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
#dotnet nuget push ./Libs/YY.EventLogExportAssistant.ClickHouse/bin/Release/YY.EventLogExportAssistant.ClickHouse.*.nupkg -k $1 -s https://api.nuget.org/v3/index.json --skip-duplicate
|
||||
@@ -29,10 +29,8 @@ namespace YY.EventLogExportAssistant.ClickHouse.Tests
|
||||
public EventLogExportMasterTests()
|
||||
{
|
||||
string configFilePath = GetConfigFile();
|
||||
Console.WriteLine($"Config file: {configFilePath}");
|
||||
|
||||
_settings = new CommonTestSettings(configFilePath, null);
|
||||
Console.WriteLine($"Connection string: {_settings.ConnectionString}");
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user