This commit is contained in:
parent
ab181a2c58
commit
71af26aee5
36
.drone.yml
36
.drone.yml
@ -43,8 +43,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
# depends_on:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr text matcher build & push
|
||||
image: plugins/kaniko
|
||||
@ -63,8 +63,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
# depends_on:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr users build & push
|
||||
image: plugins/kaniko
|
||||
@ -83,8 +83,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
# depends_on:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr telegram client build & push
|
||||
image: plugins/kaniko
|
||||
@ -103,8 +103,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
# depends_on:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr text matcher migrator build & push
|
||||
image: plugins/kaniko
|
||||
@ -123,8 +123,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
# depends_on:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr users migrator build & push
|
||||
image: plugins/kaniko
|
||||
@ -143,8 +143,8 @@ steps:
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- kaniko nocr users build & push
|
||||
# depends_on:
|
||||
# - kaniko nocr users build & push
|
||||
|
||||
- name: nocr telegram listener nuget package make & push
|
||||
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 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:
|
||||
- kaniko nocr telegram listener build & push
|
||||
# depends_on:
|
||||
# - kaniko nocr telegram listener build & push
|
||||
|
||||
- name: nocr text matcher nuget package make & push
|
||||
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 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:
|
||||
- kaniko nocr text matcher migrator build & push
|
||||
# depends_on:
|
||||
# - kaniko nocr text matcher migrator build & push
|
||||
|
||||
- name: nocr users nuget package make & push
|
||||
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 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:
|
||||
- kaniko nocr users build & push
|
||||
# depends_on:
|
||||
# - kaniko nocr users build & push
|
||||
|
||||
volumes:
|
||||
- name: nfs-cache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user