Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change branch name to main in SSDLC script. #1552

Merged
merged 3 commits into from
Nov 18, 2024
Merged

Conversation

vbabanin
Copy link
Member

No description provided.

@vbabanin vbabanin requested a review from stIncMale October 31, 2024 23:45
@@ -40,7 +40,7 @@ declare -r EVERGREEN_BUILD_URL_PREFIX="https://spruce.mongodb.com/version"
declare -r GIT_TAG="r${PRODUCT_VERSION}"
GIT_COMMIT_HASH="$(git rev-list --ignore-missing -n 1 "${GIT_TAG}")"
set +e
GIT_BRANCH_MASTER="$(git branch -a --contains "${GIT_TAG}" | grep 'master$')"
GIT_BRANCH_MASTER="$(git branch -a --contains "${GIT_TAG}" | grep 'main$')"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For clarity should this be GIT_BRANCH_DEFAULT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I agree. Renamed.

@vbabanin vbabanin requested review from jyemin and stIncMale November 15, 2024 21:29
@vbabanin vbabanin merged commit 49cecd9 into mongodb:main Nov 18, 2024
58 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants