Skip to content

Commit

Permalink
Add template linting/validation to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 14, 2018
1 parent 0daea3d commit 7490567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### Zero to JupyterHub Kubernetes ###
tools/lint-output/
tools/templates/rendered-templates/
bin/
ci/.vagrant

.vscode

### macOS ###
*.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- . ci/minikube.env
- ./ci/install.sh
script:
- python3 tools/templates/lint-and-validate.py
- chartpress --commit-range ${TRAVIS_COMMIT_RANGE}
- git diff
- ./ci/test.sh
Expand All @@ -21,7 +22,6 @@ deploy:
on:
branch:
- master
- v0.7-dev
condition: "$KUBE_VERSION = 1.9.4"
env:
matrix:
Expand Down

0 comments on commit 7490567

Please sign in to comment.