Skip to content

Commit

Permalink
ci: set correct working dir for kubeval step
Browse files Browse the repository at this point in the history
Remove the working dir field from the kubeval setup so that
the path to the contrip script is correct. The path already handles
the paths correctly, so it is not required to be in the chart directory
anymore.

Signed-off-by: Lucas Roesler <[email protected]>
  • Loading branch information
LucasRoesler committed Apr 7, 2022
1 parent 988f626 commit 49a1899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
env:
KUBEVAL_SCHEMA_LOCATION: "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/"
KUBERNETES_VERSION: v1.16.8 v1.17.4 v1.17.17 v1.18.6 v1.18.9 v1.20.4 v1.21.1
working-directory: chart
run: ./contrib/lint_chart.sh

0 comments on commit 49a1899

Please sign in to comment.