Skip to content

Commit

Permalink
Remove duplicated WORKDIR in CI Dockerfile (#14697)
Browse files Browse the repository at this point in the history
Having it doesn't cause any harm, but it was already set five commands
further up to the same value
  • Loading branch information
ashb authored Mar 11, 2021
1 parent 943baff commit 9070ba2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9070ba2

Please sign in to comment.