Skip to content

Commit

Permalink
Merge pull request #13509 from akutz/feature/capv-shellcheck
Browse files Browse the repository at this point in the history
Add shell linting for CAPV
  • Loading branch information
k8s-ci-robot authored Jul 18, 2019
2 parents 1c00ab9 + 8a13b86 commit b133016
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,22 @@ presubmits:
testgrid-alert-email: [email protected]
description: Verifies the markdown has been linted

- name: pull-cluster-api-provider-vsphere-verify-shell
always_run: false
run_if_changed: '.*\.\w*sh$'
decorate: true
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
spec:
containers:
- image: gcr.io/cluster-api-provider-vsphere/extra/shellcheck:v0.6.0
command:
- /bin/shellcheck.sh
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: pr-verify-shell
testgrid-alert-email: [email protected]
description: Verifies the shell scripts have been linted

- name: pull-cluster-api-provider-vsphere-verify-crds
always_run: false
run_if_changed: '^((config|pkg|vendor)/)|hack/verify-crds\.sh'
Expand Down

0 comments on commit b133016

Please sign in to comment.