return to drone/docker #04.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ruberoid 2025-07-19 14:08:21 +03:00
parent fcf6f26f40
commit 35a977efd9

View File

@ -132,7 +132,7 @@ steps:
- dotnet pack ./flea/telegram-listener/Nocr.TelegramListener.sln -o ./flea/telegram-listener/bin
- dotnet nuget push ./flea/telegram-listener/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on:
- docker nocr users migrator build & push
- clone
- name: nocr text matcher nuget package make & push
image: mcr.microsoft.com/dotnet/sdk:8.0
@ -145,7 +145,7 @@ steps:
- dotnet pack ./flea/text-matcher/Nocr.TextMatcher.sln -o ./flea/text-matcher/bin
- dotnet nuget push ./flea/text-matcher/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on:
- nocr telegram listener nuget package make & push
- clone
- name: nocr users nuget package make & push
image: mcr.microsoft.com/dotnet/sdk:8.0
@ -158,4 +158,4 @@ steps:
- dotnet pack ./flea/users/Nocr.Users.sln -o ./flea/users/bin
- dotnet nuget push ./flea/users/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on:
- nocr text matcher nuget package make & push
- clone