Skip to content

Commit 95a9935

Browse files
KPostOfficeopenshift-merge-robot
authored andcommitted
add a sign to commit so that it passes git checkrun
Signed-off-by: Kevin <[email protected]>
1 parent d3cd099 commit 95a9935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ openshift-community-operator-release: install-gh-cli bundle ## build bundle and
255255
gh repo clone [email protected]:project-codeflare/community-operators-prod.git
256256
cd community-operators-prod && git pull upstream main && git push origin main
257257
cp -r bundle community-operators-prod/operators/codeflare-operator/$(VERSION)
258-
cd community-operators-prod && git checkout -b codeflare-release-$(VERSION) && git add operators/codeflare-operator/$(VERSION)/* && git commit -m "add bundle manifests codeflare version $(VERSION)" && git push origin codeflare-release-$(VERSION)
258+
cd community-operators-prod && git checkout -b codeflare-release-$(VERSION) && git add operators/codeflare-operator/$(VERSION)/* && git commit -s -m "add bundle manifests codeflare version $(VERSION)" && git push origin codeflare-release-$(VERSION)
259259
gh pr create --repo redhat-openshift-ecosystem/community-operators-prod --title "CodeFlare $(VERSION)" --body "New release of codeflare operator" --head project-codeflare:codeflare-release-$(VERSION) --base main
260260
rm -rf community-operators-prod
261261

0 commit comments

Comments
 (0)