This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c58a9d39bf0305bab4cd86aa2e1bbf747bd8038b Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Dec 16 17:04:21 2020 +0100 fixup! Production images on CI are now built from packages (#12685) --- scripts/ci/images/ci_prepare_prod_image_on_ci.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ci/images/ci_prepare_prod_image_on_ci.sh b/scripts/ci/images/ci_prepare_prod_image_on_ci.sh index 43defdf..1bcc0e6 100755 --- a/scripts/ci/images/ci_prepare_prod_image_on_ci.sh +++ b/scripts/ci/images/ci_prepare_prod_image_on_ci.sh @@ -23,9 +23,6 @@ export AIRFLOW_PRE_CACHED_PIP_PACKAGES="false" export DOCKER_CACHE="local" export VERBOSE="true" -export INSTALLED_EXTRAS="async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,google,microsoft.azure,mysql,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv" -readonly INSTALLED_EXTRAS - # shellcheck source=scripts/ci/libraries/_script_init.sh . "$( dirname "${BASH_SOURCE[0]}" )/../libraries/_script_init.sh"
