Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/gitpod-db/go/BUILD.yaml
2498 views
1
# Copyright (c) 2020 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License.AGPL.txt in the project root for license information.
4
5
packages:
6
- name: lib
7
type: go
8
srcs:
9
- "**/*.go"
10
- "go.mod"
11
- "go.sum"
12
deps:
13
- :init-testdb
14
- components/common-go:lib
15
config:
16
packaging: library
17
18
- name: init-testdb
19
type: generic
20
deps:
21
- components/gitpod-db:dbtest-init
22
ephemeral: true
23
24