Skip to content

Commit 1a87686

Browse files
eryajferyajf
eryajf
authored and
eryajf
committed
fix(build): 修正pnpm install脚本的YAML格式
1 parent 1a790ec commit 1a87686

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cnb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ main:
1717
password: ${GIT_ACCESS_TOKEN}
1818
target_url: https://github.com/opsre/JenkinsGuide.git
1919
git_email: 'github-actions[bot]@users.noreply.github.com'
20+
2021
- stageTwo:
2122
runner:
2223
cpus: 16
@@ -73,5 +74,5 @@ $:
7374
- docker
7475
stages:
7576
- name: 默认安装依赖
76-
script:
77-
- pnpm install
77+
script: |
78+
pnpm install

0 commit comments

Comments
 (0)