Skip to content

Commit

Permalink
Fix script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Jun 13, 2023
1 parent 33363e5 commit aa903d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
command: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get-helm.sh --version "${HELM_VERSION}"
rm get-helm.sh
./get_helm.sh --version "${HELM_VERSION}"
rm get_helm.sh
- run:
name: Lint chart
Expand Down Expand Up @@ -206,8 +206,8 @@ jobs:
command: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get-helm.sh --version "${HELM_VERSION}"
rm get-helm.sh
./get_helm.sh --version "${HELM_VERSION}"
rm get_helm.sh
- run:
name: Checking out Github Pages branch
Expand Down

0 comments on commit aa903d6

Please sign in to comment.