kubernetes-handbook/wercker.yml

10 lines
163 B
YAML

box: billryan/gitbook:base
build:
steps:
- script:
name: build
code: |
make install
make build
make lint