Skip to content

Commit

Permalink
[kots]: configure werft build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Mar 17, 2022
1 parent b4b492c commit cae19ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ packages:
- :publish-api
- dev:all-app
- install/installer:docker
- install/kots:kots
- components/gitpod-protocol:all
- operations/observability/mixins:lint
- name: docker-versions
Expand Down
10 changes: 10 additions & 0 deletions install/kots/BUILD.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
packages:
- name: kots
type: generic
srcs:
- "**/*"
argdeps:
- version
config:
commands:
- ["make", "lint"]

0 comments on commit cae19ea

Please sign in to comment.