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 3d3c53dbadac5cec57f4f8e8283d197f9d05bc22 Author: Kamil BreguĊa <[email protected]> AuthorDate: Thu Jun 11 23:30:43 2020 +0200 Add missing variable in run_cli_tool.sh (#9239) (cherry picked from commit 5a68f54e5c18687ed434e981fb667ad3326754dc) --- scripts/ci/run_cli_tool.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/run_cli_tool.sh b/scripts/ci/run_cli_tool.sh index cf840bc..8a57c35 100755 --- a/scripts/ci/run_cli_tool.sh +++ b/scripts/ci/run_cli_tool.sh @@ -43,6 +43,7 @@ SUPPORTED_TOOL_NAMES=("aws" "az" "gcloud" "bq" "gsutil" "terraform" "java") if [ ! -L "${BASH_SOURCE[0]}" ] then + SCRIPT_PATH=$(readlink -e "${BASH_SOURCE[0]}") # Direct execution - return installation script >&2 echo "# CLI tool wrappers" >&2 echo "#"
