We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a790ec commit 1a87686Copy full SHA for 1a87686
.cnb.yml
@@ -17,6 +17,7 @@ main:
17
password: ${GIT_ACCESS_TOKEN}
18
target_url: https://github.com/opsre/JenkinsGuide.git
19
git_email: 'github-actions[bot]@users.noreply.github.com'
20
+
21
- stageTwo:
22
runner:
23
cpus: 16
@@ -73,5 +74,5 @@ $:
73
74
- docker
75
stages:
76
- name: 默认安装依赖
- script:
77
- - pnpm install
+ script: |
78
+ pnpm install
0 commit comments