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

fix(gha): fix branch detection error #6350

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

dbyron-sf
Copy link
Contributor

from e.g. https://github.com/spinnaker/clouddriver/actions/runs/13418069226/job/37483771864

Run BRANCHES=$(git branch -r --contains refs/tags/v5.91.0) BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release clouddriver, but there are 2 (  origin/HEAD -> origin/master
  origin/master)

similar to spinnaker/fiat#1205

from e.g. https://github.com/spinnaker/clouddriver/actions/runs/13418069226/job/37483771864

Run BRANCHES=$(git branch -r --contains refs/tags/v5.91.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release clouddriver, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
@dbyron-sf dbyron-sf merged commit 8ff849d into spinnaker:master Feb 19, 2025
21 checks passed
@dbyron-sf dbyron-sf deleted the fix-branch-detection branch February 19, 2025 17:37
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.

1 participant