From 76643f0f5db561a16947c4304861525a2511103f Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Fri, 19 Mar 2021 17:37:44 +0800 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 029b03f2ad..d96eeaa724 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ def abort_previous(){ def pre_test(){ sh ''' - sudo rmtaos || echo "taosd has not installed " + sudo rmtaos || echo "taosd has not installed" ''' sh ''' -- GitLab