Skip to content

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.

3 participants