ci: set test step in ci when tdgpt file changed

This commit is contained in:
chenhaoran 2024-11-25 20:52:07 +08:00
parent 50a20292dd
commit 50aa05cfcc
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def check_docs(){
file_only_tdgpt_change_except = sh (
script: '''
cat ${file_no_doc_changed} |grep -v "forecastoperator.c\\|anomalywindowoperator.c" || :
echo ${file_no_doc_changed} |grep -v "forecastoperator.c\\|anomalywindowoperator.c" || :
''',
returnStdout: true
).trim()