diff --git a/.drone.yml b/.drone.yml index 0fa304c..b68dacc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: # 定义管道的执行步骤 mount: - ./nugetpackages - - name: test + - name: loading npm cache image: node volumes: - name: npm-cache @@ -46,7 +46,7 @@ steps: # 定义管道的执行步骤 - name: build-image pull: if-not-exists # 如果镜像不存在则拉取,免去每次都要重新下载 image: plugins/docker - depends_on: [build-tags] + depends_on: [loading npm cache] settings: username: from_secret: docker_username