fix
This commit is contained in:
+11
-9
@@ -7,6 +7,16 @@ platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
clone:
|
||||
image: reg.int.it2000.com.cn/devops/git
|
||||
tags: true
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
- name: restore-cache
|
||||
image: drillster/drone-volume-cache
|
||||
volumes:
|
||||
@@ -26,15 +36,7 @@ platform:
|
||||
rebuild: true
|
||||
mount:
|
||||
- ./node_modules
|
||||
|
||||
|
||||
|
||||
clone:
|
||||
image: reg.int.it2000.com.cn/devops/git
|
||||
tags: true
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
|
||||
- name: build
|
||||
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user