From 6f9107677259b18fb0d8675b0d47c14a6c6440cb Mon Sep 17 00:00:00 2001 From: "Ruberoid (ghostcat)" Date: Thu, 5 Dec 2024 16:31:58 +0400 Subject: [PATCH] temporary disabled ci steps graph. --- .drone.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77d34a9..6381d7a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,8 +39,8 @@ steps: from_secret: hub_username password: from_secret: hub_password - depends_on: - - clone + # depends_on: + # - clone - name: nocr telegram listener nuget package make & push image: mcr.microsoft.com/dotnet/sdk:8.0 @@ -55,8 +55,8 @@ steps: - dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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: - - nocr telegram listener build & push + # depends_on: + # - nocr telegram listener build & push - name: nocr text matcher build & push image: plugins/docker @@ -71,8 +71,8 @@ steps: from_secret: hub_username password: from_secret: hub_password - depends_on: - - clone + # depends_on: + # - clone - name: nocr text matcher nuget package make & push image: mcr.microsoft.com/dotnet/sdk:8.0 @@ -87,8 +87,8 @@ steps: - dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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 text matcher build & push + # depends_on: + # - nocr text matcher build & push - name: nocr users build & push image: plugins/docker @@ -103,8 +103,8 @@ steps: from_secret: hub_username password: from_secret: hub_password - depends_on: - - clone + # depends_on: + # - clone - name: nocr users nuget package make & push image: mcr.microsoft.com/dotnet/sdk:8.0 @@ -119,8 +119,8 @@ steps: - dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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 users build & push + # depends_on: + # - nocr users build & push - name: nocr telegram client build & push image: plugins/docker @@ -135,8 +135,8 @@ steps: from_secret: hub_username password: from_secret: hub_password - depends_on: - - clone + # depends_on: + # - clone - name: nocr text matcher migrator build & push image: plugins/docker @@ -151,8 +151,8 @@ steps: from_secret: hub_username password: from_secret: hub_passwordi - depends_on: - - nocr text matcher build & push + # depends_on: + # - nocr text matcher build & push - name: nocr users migrator build & push image: plugins/docker @@ -167,8 +167,8 @@ steps: from_secret: hub_username password: from_secret: hub_password - depends_on: - - nocr users build & push + # depends_on: + # - nocr users build & push volumes: - name: dotnet-cache