Skip to content

Commit de061bb

Browse files
author
Dmitry Volodin
committed
Enforcing AIRFLOW_HOME workdir before executing startup script to ensure stored_env location (see #428)
Signed-off-by: Dmitry Volodin <dmitry.volodin@zalando.de>
1 parent 92ea15e commit de061bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/script/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ case "$1" in
126126
fi
127127

128128

129+
cd "$AIRFLOW_HOME"
129130
execute_startup_script
130131
source stored_env
131132
export AIRFLOW_HOME="/usr/local/airflow"

0 commit comments

Comments
 (0)