Skip to content

Commit c9626cc

Browse files
author
Simon Emms
committed
[kots]: configure werft build command
1 parent b4b492c commit c9626cc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

components/BUILD.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ packages:
1313
- :publish-api
1414
- dev:all-app
1515
- install/installer:docker
16+
- install/kots:kots
1617
- components/gitpod-protocol:all
1718
- operations/observability/mixins:lint
1819
- name: docker-versions

install/kots/BUILD.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2+
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.
3+
4+
packages:
5+
- name: kots
6+
type: generic
7+
srcs:
8+
- "**/*"
9+
argdeps:
10+
- version
11+
config:
12+
commands:
13+
- ["make", "lint"]

0 commit comments

Comments
 (0)