Skip to content

Commit

Permalink
chore: fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Mar 18, 2024
1 parent a037e60 commit ebf9d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/install-chart-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -euxo pipefail
CHART_TESTING_VERSION="3.4.0"

# install chart-testing
curl --silent --show-error --fail --location --output /tmp/chart-testing.tar.gz https://github.com/helm/chart-testing/releases/download/v"${HELM_DOCS_VERSION}"/chart-testing_"${HELM_DOCS_VERSION}"_linux_amd64.tar.gz
curl --silent --show-error --fail --location --output /tmp/chart-testing.tar.gz https://github.com/helm/chart-testing/releases/download/v"${CHART_TESTING_VERSION}"/chart-testing_"${CHART_TESTING_VERSION}"_linux_amd64.tar.gz
tar -xf /tmp/chart-testing.tar.gz /tmp/chart-testing
sudo install /tmp/chart-testing/ct

0 comments on commit ebf9d26

Please sign in to comment.