File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -942,8 +942,8 @@ bundle: $(BUILD_PROPS) ensure-sdk $(TOOLS_BIN)/kustomize $(BUILD_TARGETS)/manife
942942 $(OPERATOR_SDK ) bundle validate ./bundle --select-optional name=categories --optional-values=k8s-version=1.26
943943 rm -rf $(BUILD_OUTPUT ) /bundle || true
944944 mkdir -p $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) || true
945- cp -R bundle/ $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) /
946- rm $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) /ci.yaml
945+ cp -R ./ bundle/. $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION )
946+ rm $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) /ci.yaml || true
947947 tar -C $(BUILD_OUTPUT ) /bundle -czf $(BUILD_OUTPUT ) /coherence-operator-bundle.tar.gz .
948948 rm -rf bundle_tmp*
949949
You can’t perform that action at this time.
0 commit comments