Commit 6c841382 by sikang

bug fix

parent b55c7d13
......@@ -59,15 +59,15 @@ dependencies {
executable 'sh' args "-c", "./sdk_manager.py close TD"
}
}
exec {
//活体选择
workingDir = "../lib_base/script/code"
try {
executable 'sh' args "-c", "./choose_liveness.sh ${liveness}"
} catch (Exception e) {
executable 'sh' args "-c", "./choose_liveness.sh yitu"
}
}
// exec {
// //活体选择
// workingDir = "../lib_base/script/code"
// try {
// executable 'sh' args "-c", "./choose_liveness.sh ${liveness}"
// } catch (Exception e) {
// executable 'sh' args "-c", "./choose_liveness.sh yitu"
// }
// }
......
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