Commit b0e6ee28 authored by kalvin's avatar kalvin

fixbugs

parent 280c7b7d
......@@ -78,8 +78,8 @@ def checkout_nodejs(branchName, systemName) {
}
sh "npm install"
}else{
sh "cp -rf /home/quant_group/config_repository/lua-ui/hook/post-merge .git/hooks/"
sh "chmod +x .git/hooks/post-merge"
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: git_path
}
......
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