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
942
942
$(OPERATOR_SDK ) bundle validate ./bundle --select-optional name=categories --optional-values=k8s-version=1.26
943
943
rm -rf $(BUILD_OUTPUT ) /bundle || true
944
944
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
947
947
tar -C $(BUILD_OUTPUT ) /bundle -czf $(BUILD_OUTPUT ) /coherence-operator-bundle.tar.gz .
948
948
rm -rf bundle_tmp*
949
949
You can’t perform that action at this time.
0 commit comments