From 23cb978d5bcfafc4be9defccc9e48653143956e2 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 20 Sep 2022 23:30:36 +0800 Subject: [PATCH] tweaks --- pipelines/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/build.sh b/pipelines/build.sh index c10b604..a95c720 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -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 =====================" -- GitLab