Skip to content

Commit a27f369

Browse files
ffromaniyingzhanredhat
authored andcommitted
kni: nrop: relax the artifact list (openshift#59712)
make available all the built artifacts, much like we do already for tests, and defer to the final Dockerfile the selection of what should be included in the result binary image. Signed-off-by: Francesco Romani <[email protected]>
1 parent d9abf0b commit a27f369

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci-operator/config/openshift-kni/numaresources-operator/openshift-kni-numaresources-operator-main.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ images:
2626
bin:
2727
paths:
2828
- destination_dir: .
29-
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/manager
30-
- destination_dir: .
31-
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/exporter
29+
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/.
3230
to: numaresources-operator
3331
- dockerfile_path: bundle.Dockerfile
3432
to: numaresources-operator-bundle
@@ -38,7 +36,7 @@ images:
3836
bin:
3937
paths:
4038
- destination_dir: .
41-
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/exporter
39+
source_path: /go/src/github.com/openshift-kni/numaresources-operator/bin/.
4240
to: resource-topology-exporter
4341
- dockerfile_path: Dockerfile.openshift.tests
4442
from: os-min9

0 commit comments

Comments
 (0)