Consolidate scripts into k8s-traditional hack dir.

This commit is contained in:
monopole
2021-05-24 17:08:54 -07:00
parent 501748192b
commit 172adc404f
13 changed files with 23 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
- name: Lint
run: ./scripts/kyaml-pre-commit.sh
run: ./hack/kyaml-pre-commit.sh
env:
KUSTOMIZE_DOCKER_E2E: false # don't need to do e2e tests for linting