chore(CI): ignore changes to the etc directory when checking the app version

This commit is contained in:
Rory-Z 2021-05-14 09:21:10 +00:00 committed by Rory Z
parent 7b0f135b67
commit 9698933f83
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ while read -r app; do
now_app_version=$(grep -E 'vsn' "$src_file" | grep -oE '"[0-9]+\.[0-9]+\.[0-9]+"' | tr -d '"')
if [ "$old_app_version" = "$now_app_version" ]; then
changed="$(git diff --name-only "$latest_release"...HEAD \
-- "$app_path/etc" \
-- "$app_path/src" \
-- "$app_path/priv" \
-- "$app_path/c_src" | wc -l)"