You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/08 22:48:57 UTC

[airflow] branch master updated (52a5ecf -> 9d6c748)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 52a5ecf  Stop Log Spamming when `[core] lazy_load_plugins` is False (#13578)
     add 9d6c748  Reduce the number of variables in Bash scripts (#13572)

No new revisions were added by this update.

Summary of changes:
 breeze                                                 | 14 +++++++-------
 dev/provider_packages/build_source_package.sh          |  2 +-
 scripts/ci/dockerfiles/presto/entrypoint.sh            |  4 ++--
 scripts/ci/images/ci_verify_ci_image.sh                |  4 ++--
 scripts/ci/images/ci_verify_prod_image.sh              | 12 ++++++------
 scripts/ci/libraries/_build_images.sh                  | 12 ++++++------
 scripts/ci/libraries/_initialization.sh                |  6 ------
 scripts/ci/libraries/_kind.sh                          | 10 +++++-----
 scripts/ci/libraries/_parameters.sh                    |  4 ++--
 scripts/ci/libraries/_push_pull_remove_images.sh       |  8 ++++----
 scripts/ci/libraries/_repeats.sh                       |  4 ++--
 scripts/ci/libraries/_sanity_checks.sh                 |  4 ++--
 scripts/ci/libraries/_start_end.sh                     |  2 +-
 scripts/ci/pre_commit/pre_commit_check_pre_commits.sh  |  8 ++++----
 .../ci_install_and_test_provider_packages.sh           |  2 +-
 scripts/ci/selective_ci_checks.sh                      |  2 +-
 scripts/ci/static_checks/check_license.sh              |  6 +++---
 scripts/in_container/_in_container_utils.sh            | 18 ++++++------------
 scripts/in_container/check_environment.sh              |  4 ++--
 scripts/in_container/entrypoint_ci.sh                  |  4 ++--
 scripts/in_container/run_ci_tests.sh                   |  2 +-
 scripts/in_container/run_cli_tool.sh                   | 10 +++++-----
 .../run_install_and_test_provider_packages.sh          | 16 ++++++++--------
 23 files changed, 73 insertions(+), 85 deletions(-)