Commit db2b8394 authored by tower's avatar tower

fix

parent 04397e41
...@@ -256,7 +256,7 @@ def checkout_luaui(systemName, branchName) { ...@@ -256,7 +256,7 @@ def checkout_luaui(systemName, branchName) {
sh "chmod +x .git/hooks/post-checkout" sh "chmod +x .git/hooks/post-checkout"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
sh "npm install"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment