We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb3432 commit 8ce8c5dCopy full SHA for 8ce8c5d
codacy-cli.sh
@@ -49,8 +49,6 @@ download_cli() {
49
50
download "$url" "$bin_folder"
51
tar xzfv "${bin_folder}/${remote_file}" -C "${bin_folder}"
52
- else
53
- echo "$i" "Codacy cli v2 $binary_name already in cache"
54
fi
55
}
56
@@ -68,7 +66,6 @@ fi
68
66
# if no version is specified, we fetch the latest
69
67
if [ -z "$CODACY_CLI_V2_VERSION" ]; then
70
CODACY_CLI_V2_VERSION="$(curl -Lq "https://api.github.com/repos/codacy/codacy-cli-v2/releases/latest" 2>/dev/null | grep -m 1 tag_name | cut -d'"' -f4)"
71
- echo "Fetching latest version: ${CODACY_CLI_V2_VERSION}"
72
73
74
# Folder containing the binary
0 commit comments