ashb commented on a change in pull request #14688:
URL: https://github.com/apache/airflow/pull/14688#discussion_r592736877
##########
File path: Dockerfile.ci
##########
@@ -292,8 +292,8 @@ ENV PIP_PROGRESS_BAR=${PIP_PROGRESS_BAR}
RUN pip install --no-cache-dir --upgrade "pip==${AIRFLOW_PIP_VERSION}"
-# Only copy install_airflow_from_latest_master.sh to not invalidate cache on
other script changes
-COPY scripts/docker/install_airflow_from_latest_master.sh
/scripts/docker/install_airflow_from_latest_master.sh
+# Only copy install_airflow_from_latest_main.sh to not invalidate cache on
other script changes
Review comment:
Fixed, thanks
##########
File path: Dockerfile
##########
@@ -203,8 +203,8 @@ ENV
AIRFLOW_PRE_CACHED_PIP_PACKAGES=${AIRFLOW_PRE_CACHED_PIP_PACKAGES}
ARG INSTALL_PROVIDERS_FROM_SOURCES="false"
ENV INSTALL_PROVIDERS_FROM_SOURCES=${INSTALL_PROVIDERS_FROM_SOURCES}
-# Only copy install_airflow_from_latest_master.sh to not invalidate cache on
other script changes
-COPY scripts/docker/install_airflow_from_latest_master.sh
/scripts/docker/install_airflow_from_latest_master.sh
+# Only copy install_airflow_frombranch_tip.sh to not invalidate cache on other
script changes
Review comment:
Fixed, thanks
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]