temporary disabled ci steps graph.

This commit is contained in:
Ruberoid (ghostcat) 2024-12-05 16:31:58 +04:00
parent 0c537b1324
commit 6f91076772

View File

@ -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