取消子模块install

develop
Hoshi 2024-08-22 17:37:45 +08:00
parent fbbf3b9621
commit a2d641dd31
1 changed files with 1 additions and 12 deletions

13
Jenkinsfile vendored
View File

@ -1,13 +1,2 @@
@Library('jgpl_6.5') _
webPipeline([
cmpOnBuildInstallShell: {->
return """
pnpm install
"""
},
smsOnBuildInstallShell: {->
return """
pnpm install
"""
},
])
webPipeline()