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

This commit is contained in:
Ruberoid 2025-07-19 14:20:44 +03:00
parent 35a977efd9
commit 5b1dee0ab3

View File

@ -9,7 +9,7 @@ metadata:
trigger:
ref:
- refs/tags/*
- refs/heads/main
# - refs/heads/main
clone:
disable: true
@ -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:
- clone
- docker nocr users migrator build & push
- 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:
- clone
- nocr telegram listener nuget package make & push
- 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:
- clone
- nocr text matcher nuget package make & push