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 #1205

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

dbyron-sf
Copy link
Contributor

from e.g. /~https://github.com/spinnaker/fiat/actions/runs/13405954400/job/37445817517

Run BRANCHES=$(git branch -r --contains refs/tags/v1.54.0) BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release fiat, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
Error: Process completed with exit code 1.

similar to spinnaker/kork#1224

from e.g. /~https://github.com/spinnaker/fiat/actions/runs/13405954400/job/37445817517

Run BRANCHES=$(git branch -r --contains refs/tags/v1.54.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release fiat, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
Error: Process completed with exit code 1.
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Feb 19, 2025
@mergify mergify bot added the auto merged label Feb 19, 2025
@mergify mergify bot merged commit 208d247 into spinnaker:master Feb 19, 2025
5 checks passed
@dbyron-sf dbyron-sf deleted the fix-branch-detection branch February 19, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged ready to merge Approved and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants