File tree 1 file changed +1
-1
lines changed
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
255
255
gh repo clone
[email protected] :project-codeflare/community-operators-prod.git
256
256
cd community-operators-prod && git pull upstream main && git push origin main
257
257
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 )
259
259
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
260
260
rm -rf community-operators-prod
261
261
You can’t perform that action at this time.
0 commit comments