- 删除了 setup-nodejs 步骤,该步骤安装 Node.js 18 - 保留了 docker-build 步骤
This commit is contained in:
parent
be988374e8
commit
88243a02f1
@ -9,10 +9,7 @@ steps:
|
||||
- git clone http://120.48.5.80:3000/lixin/automated_api.git
|
||||
- cd automated_api
|
||||
|
||||
# 安装 Node.js 18 并设置镜像源(这里以淘宝镜像为例,可按需调整)
|
||||
- name: setup-nodejs
|
||||
image: node:18
|
||||
|
||||
|
||||
- name: docker-build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user