We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afea100 commit a153a59Copy full SHA for a153a59
ct.sh
@@ -87,8 +87,8 @@ install_chart_testing() {
87
if [[ ! -d "$cache_dir" ]]; then
88
mkdir -p "$cache_dir"
89
90
- echo "Installing chart-testing..."
91
- curl -sSLo ct.tar.gz "https://github.com/helm/chart-testing/releases/download/$version/chart-testing_${version#v}_linux_amd64.tar.gz"
+ echo "Installing chart-testing ${version}..."
+ curl --retry 5 --retry-delay 1 -sSLo ct.tar.gz "https://github.com/helm/chart-testing/releases/download/$version/chart-testing_${version#v}_linux_amd64.tar.gz"
92
tar -xzf ct.tar.gz -C "$cache_dir"
93
rm -f ct.tar.gz
94
0 commit comments