potiuk commented on a change in pull request #8943:
URL: https://github.com/apache/airflow/pull/8943#discussion_r428558788
##########
File path: scripts/ci/_utils.sh
##########
@@ -227,6 +227,9 @@ function initialize_common_environment {
# Artifact name suffix for SVN packaging
export VERSION_SUFFIX_FOR_SVN=""
+
+ # Whether base python images should be pulled from cache
+ export PULL_PYTHON_BASE_IMAGES_FROM_CACHE="true"
Review comment:
Indeed good catch. It was wrong place as well I moved it higher next to
push images where it belongs.
----------------------------------------------------------------
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]