ashb commented on a change in pull request #8943:
URL: https://github.com/apache/airflow/pull/8943#discussion_r428522890
##########
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:
```suggestion
export
PULL_PYTHON_BASE_IMAGES_FROM_CACHE="${PULL_PYTHON_BASE_IMAGES_FROM_CACHE:="true"}"
```
no?
----------------------------------------------------------------
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]