修改yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
570fd0a27f
commit
fbe02cd287
|
@ -4,10 +4,11 @@ name: irc-netcore-api
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
disable: true #禁用默认克隆
|
disable: true #禁用默认克隆
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone-repo
|
- name: clone-repo
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
pull: if-not-exists
|
||||||
volumes:
|
volumes:
|
||||||
- name: irc-test-work
|
- name: irc-test-work
|
||||||
path: /work
|
path: /work
|
||||||
|
@ -32,6 +33,7 @@ steps:
|
||||||
|
|
||||||
- name: restore-publish
|
- name: restore-publish
|
||||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||||
|
pull: if-not-exists
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone-repo
|
- clone-repo
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue