修改yml
continuous-integration/drone/push Build is failing Details

IRC_NewDev
hang 2023-11-28 11:11:44 +08:00
parent 570fd0a27f
commit fbe02cd287
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,11 @@ name: irc-netcore-api
clone:
disable: true #禁用默认克隆
steps:
- name: clone-repo
image: alpine/git
pull: if-not-exists
volumes:
- name: irc-test-work
path: /work
@ -32,6 +33,7 @@ steps:
- name: restore-publish
image: mcr.microsoft.com/dotnet/sdk:6.0
pull: if-not-exists
depends_on:
- clone-repo
volumes: