You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/19 13:25:42 UTC

[airflow] branch master updated (e179853 -> db446f2)

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

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


    from e179853  Kubernetes image is extended rather than customized (#10399)
     add db446f2  Replaced aliases for common tools with functions. (#10402)

No new revisions were added by this update.

Summary of changes:
 scripts/ci/libraries/_build_images.sh              |  8 ++---
 scripts/ci/libraries/_push_pull_remove_images.sh   | 12 ++------
 scripts/ci/libraries/_verbosity.sh                 | 35 +++++++++++++---------
 .../ci/pre_commit/pre_commit_breeze_cmd_line.sh    |  7 -----
 .../pre_commit_build_providers_dependencies.sh     |  5 ----
 .../ci/pre_commit/pre_commit_check_integrations.sh |  5 ----
 tests/bats/bats_utils.bash                         |  6 ++++
 .../bats/mocks/docker.sh                           |  3 +-
 .../_default_branch.sh => tests/bats/mocks/helm.sh |  3 +-
 .../_default_branch.sh => tests/bats/mocks/kind.sh |  3 +-
 .../bats/mocks/kubectl.sh                          |  3 +-
 11 files changed, 36 insertions(+), 54 deletions(-)
 copy common/_default_branch.sh => tests/bats/mocks/docker.sh (90%)
 mode change 100644 => 100755
 copy common/_default_branch.sh => tests/bats/mocks/helm.sh (90%)
 mode change 100644 => 100755
 copy common/_default_branch.sh => tests/bats/mocks/kind.sh (90%)
 mode change 100644 => 100755
 copy common/_default_branch.sh => tests/bats/mocks/kubectl.sh (90%)
 mode change 100644 => 100755