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