temporary disabled ci steps graph.
This commit is contained in:
parent
0c537b1324
commit
6f91076772
36
.drone.yml
36
.drone.yml
@ -39,8 +39,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
depends_on:
|
# depends_on:
|
||||||
- clone
|
# - clone
|
||||||
|
|
||||||
- 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
|
||||||
@ -55,8 +55,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:
|
||||||
- nocr telegram listener build & push
|
# - nocr telegram listener build & push
|
||||||
|
|
||||||
- name: nocr text matcher build & push
|
- name: nocr text matcher build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -71,8 +71,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
depends_on:
|
# depends_on:
|
||||||
- clone
|
# - clone
|
||||||
|
|
||||||
- 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
|
||||||
@ -87,8 +87,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:
|
||||||
- nocr text matcher build & push
|
# - nocr text matcher build & push
|
||||||
|
|
||||||
- name: nocr users build & push
|
- name: nocr users build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -103,8 +103,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
depends_on:
|
# depends_on:
|
||||||
- clone
|
# - clone
|
||||||
|
|
||||||
- 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
|
||||||
@ -119,8 +119,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:
|
||||||
- nocr users build & push
|
# - nocr users build & push
|
||||||
|
|
||||||
- name: nocr telegram client build & push
|
- name: nocr telegram client build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -135,8 +135,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
depends_on:
|
# depends_on:
|
||||||
- clone
|
# - clone
|
||||||
|
|
||||||
- name: nocr text matcher migrator build & push
|
- name: nocr text matcher migrator build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -151,8 +151,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_passwordi
|
from_secret: hub_passwordi
|
||||||
depends_on:
|
# depends_on:
|
||||||
- nocr text matcher build & push
|
# - nocr text matcher build & push
|
||||||
|
|
||||||
- name: nocr users migrator build & push
|
- name: nocr users migrator build & push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -167,8 +167,8 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
depends_on:
|
# depends_on:
|
||||||
- nocr users build & push
|
# - nocr users build & push
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dotnet-cache
|
- name: dotnet-cache
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user