We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b492c commit c9626ccCopy full SHA for c9626cc
components/BUILD.yaml
@@ -13,6 +13,7 @@ packages:
13
- :publish-api
14
- dev:all-app
15
- install/installer:docker
16
+ - install/kots:kots
17
- components/gitpod-protocol:all
18
- operations/observability/mixins:lint
19
- name: docker-versions
install/kots/BUILD.yaml
@@ -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:
+ - ["make", "lint"]
0 commit comments