gerardo commented on a change in pull request #3393: [AIRFLOW-2499] Dockerised
CI pipeline
URL: https://github.com/apache/incubator-airflow/pull/3393#discussion_r211474717
##########
File path: run_unit_tests.sh
##########
@@ -21,7 +21,7 @@
set -x
# environment
-export AIRFLOW_HOME=${AIRFLOW_HOME:=~/airflow}
+export AIRFLOW_HOME=${AIRFLOW_HOME:=~}
Review comment:
@kaxil after I moved everything to docker, I realized it makes more sense
for `AIRFLOW_HOME` to be the actual `HOME` directory that belongs to the
`airflow` user.
`~/airflow` makes sense if there are more files in the same home directoy
(for example, when running locally). But that's not the case anymore in a
dockerised environment.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services