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 c9626cc
Show file tree
Hide file tree
Showing 2 changed files with 14 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
13 changes: 13 additions & 0 deletions install/kots/BUILD.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.

packages:
- name: kots
type: generic
srcs:
- "**/*"
argdeps:
- version
config:
commands:
- ["make", "lint"]

0 comments on commit c9626cc

Please sign in to comment.