Commit 6c841382 by sikang

bug fix

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