ashb commented on a change in pull request #12596:
URL: https://github.com/apache/airflow/pull/12596#discussion_r530276554
##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -102,10 +102,10 @@ function initialization::initialize_base_variables() {
export CURRENT_MYSQL_VERSIONS
# Default Postgres versions
- export POSTGRES_VERSION=${CURRENT_POSTGRES_VERSIONS[0]}
+ export
POSTGRES_VERSION=${POSTGRES_VERSION:=${CURRENT_POSTGRES_VERSIONS[0]}}
# Default MySQL versions
- export MYSQL_VERSION=${CURRENT_MYSQL_VERSIONS[0]}
+ export MYSQL_VERSION=${MYSQL_VERSION:=${CURRENT_MYSQL_VERSIONS[0]}}
Review comment:
Hey - would you mind leaving this change out so we can merge
https://github.com/apache/airflow/pull/12591 as well?
----------------------------------------------------------------
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]