Skip to content

Commit

Permalink
fix: download deps before linting (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin authored Jan 7, 2025
1 parent 6219eff commit 315d912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/charts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ run_cmd() {
exit 0
fi

if [[ "${HELM_LINT}" == "true" ]]; then
lint
fi

if [[ "${HELM_DEP_UPDATE}" == "true" ]]; then
depUpdate
fi

if [[ "${HELM_LINT}" == "true" ]]; then
lint
fi

package
upload
}
Expand Down

0 comments on commit 315d912

Please sign in to comment.