From 789c32d2cc37e621ba6197f2feec2d67ead87e2e Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Tue, 21 May 2024 15:03:31 -0400 Subject: [PATCH] more changes Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 1 + .github/workflows/lint.yaml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3599d39a..5eb39f75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,7 @@ jobs: 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 + rm get_helm.sh helm version - name: Run CI run: make ci diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8fdde95e..537a518a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -22,14 +22,15 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.22' - - name: Package helm chart - ./scripts/build-chart - name : Install helm run : | 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 helm version + rm get_helm.sh + - name: Package helm chart + run : ./scripts/build-chart - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: