From 93f50ff698b19e3e99b006ec00ce41869286924f Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Tue, 20 Sep 2022 19:08:24 +0800 Subject: [PATCH] tweaks --- pipelines/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/build.sh b/pipelines/build.sh index b30c10e..296c1f8 100644 --- a/pipelines/build.sh +++ b/pipelines/build.sh @@ -21,8 +21,8 @@ sh install_local.sh echo "===================== show package info =====================" pip show $JOB_NAME -echo "===================== download code style tests =====================" if [ "$JOB_NAME" != "csst_proto" ]; then + echo "===================== download code style tests =====================" curl -O https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto/-/raw/main/pipelines/test_codestyle.py fi coverage run -m pytest -- GitLab