Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Comments

fix(gha): fix branch detection error#1531

Merged
dbyron-sf merged 1 commit intospinnaker:masterfrom
dbyron-sf:fix-branch-detection
Feb 19, 2025
Merged

fix(gha): fix branch detection error#1531
dbyron-sf merged 1 commit intospinnaker:masterfrom
dbyron-sf:fix-branch-detection

Conversation

@dbyron-sf
Copy link
Contributor

from e.g. https://github.com/spinnaker/front50/actions/runs/13421258969/job/37494202537

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

similar to spinnaker/fiat#1205

from e.g. https://github.com/spinnaker/front50/actions/runs/13421258969/job/37494202537

Run BRANCHES=$(git branch -r --contains refs/tags/v2.38.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release front50, but there are 2 (  origin/HEAD -> origin/master
  origin/master)
@dbyron-sf dbyron-sf merged commit cca9ead into spinnaker:master Feb 19, 2025
2 checks passed
@dbyron-sf dbyron-sf deleted the fix-branch-detection branch February 19, 2025 20:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants