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/03/22 12:33:24 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7797: Test installation of all provider packages

mik-laj commented on a change in pull request #7797: Test installation of all provider packages
URL: https://github.com/apache/airflow/pull/7797#discussion_r396088360
 
 

 ##########
 File path: scripts/ci/ci_prepare_backport_packages.sh
 ##########
 @@ -20,14 +20,47 @@ export PYTHON_VERSION=${PYTHON_VERSION:-3.6}
 # shellcheck source=scripts/ci/_script_init.sh
 . "$( dirname "${BASH_SOURCE[0]}" )/_script_init.sh"
 
+LIST_OF_DIRS_FILE=$(mktemp)
+
+cd "${MY_DIR}/../../airflow/providers" || exit 1
+
+find . -type d | sed 's/.\///' | sed 's/\//\./' | grep -E 'hooks|operators|sensors|secrets' \
 
 Review comment:
   This command gives inconsistent results regarding the dot and slash. Is this expected?
   ``` 
   redis.sensors
   redis.operators
   redis.hooks
   google.ads/operators
   google.ads/hooks
   google.marketing_platform/sensors
   google.marketing_platform/operators
   google.marketing_platform/hooks
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services