Fixed drone ci/cd parallelism.
This commit is contained in:
parent
dea08d76f5
commit
28cab7a378
24
.drone.yml
24
.drone.yml
@ -28,9 +28,6 @@ steps:
|
||||
|
||||
- name: nocr telegram listener build & push
|
||||
image: plugins/docker
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
privileged: true
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/telegram_listener
|
||||
@ -59,14 +56,11 @@ 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
|
||||
- nocr telegram listener build & push
|
||||
|
||||
- name: nocr text matcher build & push
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/text_matcher
|
||||
registry: hub.musk.fun
|
||||
@ -94,14 +88,11 @@ 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 text matcher build & push
|
||||
|
||||
- name: nocr users build & push
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/users
|
||||
registry: hub.musk.fun
|
||||
@ -129,14 +120,11 @@ 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
|
||||
- nocr users nuget package make & push
|
||||
|
||||
- name: nocr telegram client build & push
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/telegram_client
|
||||
registry: hub.musk.fun
|
||||
@ -153,9 +141,6 @@ steps:
|
||||
- name: nocr text matcher migrator build & push
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/text_matcher_migrator
|
||||
registry: hub.musk.fun
|
||||
@ -172,9 +157,6 @@ steps:
|
||||
- name: nocr users migrator build & push
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
path: /app/
|
||||
settings:
|
||||
repo: hub.musk.fun/k8s/nocr/users_migrator
|
||||
registry: hub.musk.fun
|
||||
|
||||
Loading…
Reference in New Issue
Block a user