Commit 511a834d authored by 黎博's avatar 黎博

调试go

parent 0af0a050
......@@ -619,6 +619,8 @@ def build_go(systemName, branchName, contextDir) {
buildCmd = projectAttr["build_command"]
sh "sudo ${buildCmd}"
sh "cp ${systemName} ${contextDir}/main"
sh "chmod 777 ${contextDir}/main"
sh "ls ${contextDir}"
}
......
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