uranusjr commented on code in PR #32117:
URL: https://github.com/apache/airflow/pull/32117#discussion_r1253946637


##########
scripts/in_container/configure_environment.sh:
##########
@@ -23,6 +23,7 @@ readonly TMUX_CONF_FILE=".tmux.conf"
 
 if [[ -d "${FILES_DIR}" ]]; then
     export AIRFLOW__CORE__DAGS_FOLDER="/files/dags"
+    export AIRFLOW__CORE__PLUGINS_FOLDER='/files/plugins'

Review Comment:
   This makes some tests to fail because they rely on the folder to point to 
`tests/plugins`, but I can’t find where this is set 😞 
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to