kubernetes-handbook/wercker.yml

10 lines
163 B
YAML
Raw Normal View History

2017-06-22 12:07:24 +08:00
box: billryan/gitbook:base
2017-06-22 12:02:07 +08:00
build:
steps:
- script:
2017-06-22 12:07:24 +08:00
name: build
code: |
2018-09-25 22:10:31 +08:00
make install
make build
make lint