File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ openshift-community-operator-release: install-gh-cli bundle ## build bundle and
255255 gh repo clone git@github.com: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
You can’t perform that action at this time.
0 commit comments