File tree Expand file tree Collapse file tree 2 files changed +14985
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14985
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ tasks:
1111 build :
1212 desc : Build ocm component
1313 cmds :
14- - ocm add componentversions --copy-resources --force --create --file .out --settings settings.yaml component-constructor.yaml
14+ - |
15+ ocm add componentversions \
16+ --copy-resources --force --create \
17+ --file .out \
18+ --settings settings.yaml \
19+ component-constructor.yaml
1520
1621 push :
17-
1822 desc : Push to OCM Registry
1923 cmds :
2024 - ocm transfer ctf -f .out "{{.COMPONENT_REGISTRY}}" {{.overwrite_mod}}
@@ -27,7 +31,10 @@ tasks:
2731 flux :
2832 desc : Renders the latest flux template using the flux cli
2933 cmds :
30- - flux install --export --components-extra="image-reflector-controller,image-automation-controller" > gotk-components.yaml
34+ - |
35+ flux install --export \
36+ --components-extra="image-reflector-controller,image-automation-controller" \
37+ > gotk-components.yaml
3138 dir : ./templates/fluxcd
3239
3340 pull :
You can’t perform that action at this time.
0 commit comments