Graph build disabled.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
ruberoid 2024-12-06 15:03:51 +00:00
parent ab181a2c58
commit 71af26aee5

View File

@ -43,8 +43,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- clone # - clone
- name: kaniko nocr text matcher build & push - name: kaniko nocr text matcher build & push
image: plugins/kaniko image: plugins/kaniko
@ -63,8 +63,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- clone # - clone
- name: kaniko nocr users build & push - name: kaniko nocr users build & push
image: plugins/kaniko image: plugins/kaniko
@ -83,8 +83,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- clone # - clone
- name: kaniko nocr telegram client build & push - name: kaniko nocr telegram client build & push
image: plugins/kaniko image: plugins/kaniko
@ -103,8 +103,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- clone # - clone
- name: kaniko nocr text matcher migrator build & push - name: kaniko nocr text matcher migrator build & push
image: plugins/kaniko image: plugins/kaniko
@ -123,8 +123,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- clone # - clone
- name: kaniko nocr users migrator build & push - name: kaniko nocr users migrator build & push
image: plugins/kaniko image: plugins/kaniko
@ -143,8 +143,8 @@ steps:
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
depends_on: # depends_on:
- kaniko nocr users build & push # - kaniko nocr users build & push
- name: nocr telegram listener nuget package make & push - name: nocr telegram listener nuget package make & push
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
@ -159,8 +159,8 @@ steps:
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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 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 - dotnet nuget push ./flea/telegram-listener/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on: # depends_on:
- kaniko nocr telegram listener build & push # - kaniko nocr telegram listener build & push
- name: nocr text matcher nuget package make & push - name: nocr text matcher nuget package make & push
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
@ -175,8 +175,8 @@ steps:
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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 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 - dotnet nuget push ./flea/text-matcher/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on: # depends_on:
- kaniko nocr text matcher migrator build & push # - kaniko nocr text matcher migrator build & push
- name: nocr users nuget package make & push - name: nocr users nuget package make & push
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
@ -191,8 +191,8 @@ steps:
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json - 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 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 - dotnet nuget push ./flea/users/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
depends_on: # depends_on:
- kaniko nocr users build & push # - kaniko nocr users build & push
volumes: volumes:
- name: nfs-cache - name: nfs-cache