From 9070ba280253e918c2582f52c2b77a07c311198f Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Thu, 11 Mar 2021 09:44:42 +0000 Subject: [PATCH] Remove duplicated WORKDIR in CI Dockerfile (#14697) Having it doesn't cause any harm, but it was already set five commands further up to the same value --- Dockerfile.ci | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 22d58641fd3cd..be94de6258de4 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -415,8 +415,6 @@ RUN if [[ -n "${ADDITIONAL_PYTHON_DEPS}" ]]; then \ pip install --no-cache-dir ${ADDITIONAL_PYTHON_DEPS}; \ fi -WORKDIR ${AIRFLOW_SOURCES} - ENV PATH "/files/bin/:/opt/airflow/scripts/in_container/bin/:${HOME}:${PATH}" # Needed to stop Gunicorn from crashing when /tmp is now mounted from host