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(build): fix a build error #1224

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

kirangodishala
Copy link
Contributor

The default HEAD reference is included in the remote branch list when git branch -r --contains refs/tags/v7.249.0 is run.
Refer: https://github.com/spinnaker/kork/actions/runs/12996151157/job/36284220771.

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

Run BRANCHES=$(git branch -r --contains refs/tags/v7.249.0)
BRANCHES is '  origin/HEAD -> origin/master
  origin/master'
NUM_BRANCHES is '2'
exactly one branch required to release kork, 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 Jan 28, 2025
@mergify mergify bot added the auto merged label Jan 28, 2025
@mergify mergify bot merged commit 8ea1b21 into spinnaker:master Jan 28, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants