ci: set test step in ci when tdgpt file changed
This commit is contained in:
parent
50a20292dd
commit
50aa05cfcc
|
@ -77,7 +77,7 @@ def check_docs(){
|
||||||
|
|
||||||
file_only_tdgpt_change_except = sh (
|
file_only_tdgpt_change_except = sh (
|
||||||
script: '''
|
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
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
|
|
Loading…
Reference in New Issue