Skip to content

Commit 5ac1ab0

Browse files
authored
Fix release (#704)
1 parent 787b6ba commit 5ac1ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)