potiuk commented on a change in pull request #8924:
URL: https://github.com/apache/airflow/pull/8924#discussion_r428159397
##########
File path: scripts/ci/ci_count_changed_files.sh
##########
@@ -42,7 +42,7 @@ echo
echo
echo "Changed files matching the ${2} pattern"
echo
-echo "${CHANGED_FILES}" | grep "${2}" || true
+echo "${CHANGED_FILES}" | grep -E "${2}" || true
echo
echo
Review comment:
You also need to add -E to the grep below which actually counts the
files.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]