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

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


The following commit(s) were added to refs/heads/master by this push:
     new cbfff65  Fix check_integration pre-commit test (#9869)
cbfff65 is described below

commit cbfff65ec56674fea524f6dd7b9aeea495e66d12
Author: Alexander Sutcliffe <[email protected]>
AuthorDate: Fri Jul 17 16:16:53 2020 +0200

    Fix check_integration pre-commit test (#9869)
---
 scripts/ci/pre_commit/pre_commit_check_integrations.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ci/pre_commit/pre_commit_check_integrations.sh 
b/scripts/ci/pre_commit/pre_commit_check_integrations.sh
index c21a329..6871941 100755
--- a/scripts/ci/pre_commit/pre_commit_check_integrations.sh
+++ b/scripts/ci/pre_commit/pre_commit_check_integrations.sh
@@ -21,6 +21,9 @@ PRE_COMMIT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && 
pwd )"
 AIRFLOW_SOURCES=$(cd "${PRE_COMMIT_DIR}/../../../" && pwd);
 cd "${AIRFLOW_SOURCES}" || exit 1
 
+# shellcheck source=scripts/ci/libraries/_script_init.sh
+. "$( dirname "${BASH_SOURCE[0]}" )/../libraries/_script_init.sh"
+
 . breeze-complete
 
 if [[ ${AVAILABLE_INTEGRATIONS} != "${_BREEZE_ALLOWED_INTEGRATIONS}" ]]; then

Reply via email to