Skip to content

Commit c7cf5e1

Browse files
committed
fix artifacts build
1 parent ff362e3 commit c7cf5e1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.dockerignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

Taskfile.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ version: 3
33
vars:
44
NESTED_MODULES: api
55
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
6-
MANIFEST_OUT: '{{.ROOT_DIR}}/cmd/embedded/crds'
6+
MANIFEST_OUT: '{{.ROOT_DIR}}/cmd/metrics-operator/embedded/crds'
77
CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/...'
88
COMPONENTS: 'metrics-operator'
99
REPO_NAME: 'https://github.com/openmcp-project/metrics-operator'
10+
REPO_URL: 'https://github.com/openmcp-project/metrics-operator'
1011
GENERATE_DOCS_INDEX: "false"
11-
12+
ENVTEST_REQUIRED: "true"
1213
includes:
1314
shared:
1415
taskfile: hack/common/Taskfile_controller.yaml

0 commit comments

Comments
 (0)