Commit d0813279 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added hint for commands

parent 95994b6a
Pipeline #144 passed with stages
in 10 seconds
...@@ -44,7 +44,13 @@ coverage html ...@@ -44,7 +44,13 @@ coverage html
# zip -q -r htmlcov.zip htmlcov # zip -q -r htmlcov.zip htmlcov
echo "===================== importability =====================" echo "===================== importability ====================="
echo " > try 'from $JOB_NAME.top_level_interface import *'"
python -c "from $JOB_NAME.top_level_interface import *" python -c "from $JOB_NAME.top_level_interface import *"
if [ "$?" != 0 ]; then
echo "Success!"
else
echo "Failed!"
fi
echo "===================== POST BUILD BELOW =====================" 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