test
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
mol
2023-12-14 09:32:11 +08:00
parent a1ef6311c4
commit fda78b5772

View File

@ -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