ci: app version check script should also check include dir
This commit is contained in:
parent
9390fe665c
commit
0e4626aab3
|
@ -24,6 +24,7 @@ while read -r app; do
|
|||
if [ "$old_app_version" = "$now_app_version" ]; then
|
||||
changed_lines="$(git diff "$latest_release"...HEAD --ignore-blank-lines -G "$no_comment_re" \
|
||||
-- "$app_path/src" \
|
||||
-- "$app_path/include" \
|
||||
-- ":(exclude)"$app_path/src/*.appup.src"" \
|
||||
-- "$app_path/priv" \
|
||||
-- "$app_path/c_src" | wc -l ) "
|
||||
|
|
Loading…
Reference in New Issue