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

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

fix(gha): fix branch detection error#1205
mergify[bot] merged 1 commit intospinnaker:masterfrom
dbyron-sf:fix-branch-detection

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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