You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/05/20 16:46:03 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #8924: Re-run all tests when Dockerfile or Github worflow files change

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:
users@infra.apache.org