Commit 52a58576 authored by wentao.suo's avatar wentao.suo

ffff

parent ea31a28f
......@@ -122,7 +122,7 @@ def checkout_nodejs(systemName, branchName) {
sh "bower install --allow-root"
}
sh "npm install"
} else{
} else {
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/"
sh "chmod +x .git/hooks/post-merge"
git branch: branchName, credentialsId: 'e1ccb1ac-1282-4fb4-b766-530ca1a2a2db', url: gitPath
......@@ -149,7 +149,7 @@ def checkout_luaui(systemName, branchName) {
sh "bower install --allow-root"
}
sh "npm install"
} else{
} else {
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/"
sh "chmod +x .git/hooks/post-merge"
......
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