diff --git a/.drone.yml b/.drone.yml index 3167dba..9f2fe54 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - nocr text matcher nuget package make & push \ No newline at end of file