Skip to content

Commit

Permalink
CLOUDP-253340: Fix cert script branching (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg authored Jun 12, 2024
1 parent a56d764 commit 21c3f01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release-redhat-certified.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ yq e -i '.annotations = .annotations + { "com.redhat.openshift.versions": "v4.8"
"${REPO}/${VERSION}"/metadata/annotations.yaml

cd "${REPO}"
git checkout -b origin main
git checkout -b "mongodb-atlas-kubernetes-operator-${VERSION}" origin/main
git pull --rebase upstream main
git checkout -b "mongodb-atlas-kubernetes-operator-${VERSION}"
git add "${REPO}/${VERSION}"
git commit -m "operator mongodb-atlas-kubernetes (${VERSION})" --signoff
git push -u origin "mongodb-atlas-kubernetes-operator-${VERSION}"
Expand Down

0 comments on commit 21c3f01

Please sign in to comment.