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
commit 54fc2f92259041526c4fa0ba0cf9b371a8152455 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Dec 13 12:08:55 2020 +0100 Fixes image building in DockerHub (#13039) (cherry picked from commit 0d49a4742c269fa537d59432cc4635286430a5a4) --- scripts/ci/images/ci_build_dockerhub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/images/ci_build_dockerhub.sh b/scripts/ci/images/ci_build_dockerhub.sh index e5e230b..00317df 100755 --- a/scripts/ci/images/ci_build_dockerhub.sh +++ b/scripts/ci/images/ci_build_dockerhub.sh @@ -113,10 +113,10 @@ else export DOCKER_CACHE="local" # Name the image based on the TAG rather than based on the branch name export FORCE_AIRFLOW_PROD_BASE_TAG="${DOCKER_TAG}" - export AIRFLOW_CONSTRAINTS_REFERENCE="constraints-${INSTALL_AIRFLOW_VERSION}" export AIRFLOW_SOURCES_FROM="empty" export AIRFLOW_SOURCES_TO="/empty" export INSTALL_AIRFLOW_VERSION="${DOCKER_TAG%-python*}" + export AIRFLOW_CONSTRAINTS_REFERENCE="constraints-${INSTALL_AIRFLOW_VERSION}" # shellcheck source=scripts/ci/libraries/_script_init.sh . "$( dirname "${BASH_SOURCE[0]}" )/../libraries/_script_init.sh"
