From fcab26cb9c5828c00c12d41d39b19d64add29116 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Sun, 5 Apr 2020 06:23:02 +0000 Subject: [PATCH] fix cube ci --- tools/serving_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index c33ea90c..14858bc7 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -176,6 +176,7 @@ function python_run_criteo_ctr_with_cube() { local TYPE=$1 yum install -y bc >/dev/null cd criteo_ctr_with_cube # pwd: /Serving/python/examples/criteo_ctr_with_cube + export SERVING_BIN=${SERVING_WORKDIR}/build-server-${TYPE}/core/general-server/serving case $TYPE in CPU) check_cmd "wget https://paddle-serving.bj.bcebos.com/unittest/ctr_cube_unittest.tar.gz" @@ -237,6 +238,7 @@ function python_run_criteo_ctr_with_cube() { exit 1 ;; esac + unset SERVING_BIN echo "test criteo_ctr_with_cube $TYPE part finished as expected." cd .. # pwd: /Serving/python/examples } -- GitLab