This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new 1023a75 fixup! Production images on CI are now built from packages
(#12685)
1023a75 is described below
commit 1023a75fb703f41aaf3261564fabca0a8b5b44fb
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"