Commit 23cb978d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent d0813279
Pipeline #145 passed with stages
in 10 seconds
......@@ -47,9 +47,9 @@ echo "===================== importability ====================="
echo " > try 'from $JOB_NAME.top_level_interface import *'"
python -c "from $JOB_NAME.top_level_interface import *"
if [ "$?" != 0 ]; then
echo "Success!"
else
echo "Failed!"
else
echo "Done!"
fi
echo "===================== POST BUILD BELOW ====================="
......
Supports Markdown
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