feluelle commented on issue #8215: Fix breeze building production image not recognizing EXTRA_DOCKER_PROD_BUILD_FLAGS URL: https://github.com/apache/airflow/pull/8215#issuecomment-611461104 The `export` here re-init the variable doesn't it? So the `declare -a` does no longer count hence the variable is missing when `verbose_docker build`. You can see it when you change `set -u` to `set +u` right before it.
---------------------------------------------------------------- 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] With regards, Apache Git Services
