Skip to content

Commit dc67f74

Browse files
committed
update
1 parent 01dcf16 commit dc67f74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks_build_ocm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ tasks:
5555
IMG_VERSION="{{.IMG_VERSION | default ""}}" \
5656
BP_COMPONENTS="{{.BP_COMPONENTS | default ""}}" \
5757
CHART_COMPONENTS="{{.CHART_COMPONENTS | default ""}}" \
58-
IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}"
58+
IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}" \
59+
CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default ""}}" \
60+
CRDS_PATH="{{.CRDS_PATH | default ""}}"
5961
- cmd: echo "Use '$(realpath --relative-base="{{.USER_WORKING_DIR}}" "{{.OCM}}") get cv $(realpath --relative-base="{{.USER_WORKING_DIR}}" "{{.compdir}}") -o yaml' to view the generated component descriptor."
6062
silent: true
6163

0 commit comments

Comments
 (0)