Skip to content

Commit 74b838e

Browse files
committed
taskfile
1 parent 6192916 commit 74b838e

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hack/common"]
2+
path = hack/common
3+
url = https://github.com/openmcp-project/build.git

Taskfile.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 3
2+
3+
vars:
4+
NESTED_MODULES: api
5+
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
6+
MANIFEST_OUT: '{{.ROOT_DIR}}/api/crds/manifests'
7+
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/... {{.ROOT_DIR}}/api/v1alpha1/...'
8+
COMPONENTS: 'openmcp-operator'
9+
REPO_URL: 'https://github.com/openmcp-project/openmcp-operator'
10+
GENERATE_DOCS_INDEX: "true"
11+
CHART_COMPONENTS: ""
12+
13+
includes:
14+
shared:
15+
taskfile: hack/common/Taskfile_controller.yaml
16+
flatten: true
17+
excludes: [] # put task names in here which are overwritten in this file
18+
vars:
19+
NESTED_MODULES: api
20+
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
21+
MANIFEST_OUT: '{{.ROOT_DIR}}/api/crds/manifests'
22+
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/test/... {{.ROOT_DIR}}/api/v1alpha1/...'
23+
COMPONENTS: 'openmcp-operator'
24+
REPO_URL: 'https://github.com/openmcp-project/openmcp-operator'
25+
GENERATE_DOCS_INDEX: "true"
26+
CHART_COMPONENTS: ""

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.0.1-dev

hack/common

Submodule common added at 638f989

0 commit comments

Comments
 (0)