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 branch detection for snyk job since creation of 8.x branch #16476

Open
jsvd opened this issue Sep 25, 2024 · 0 comments
Open

Fix branch detection for snyk job since creation of 8.x branch #16476

jsvd opened this issue Sep 25, 2024 · 0 comments

Comments

@jsvd
Copy link
Member

jsvd commented Sep 25, 2024

The creation of the 8.x branch and moving main to 9.0.0 caused the report.sh script for the snyk buildkite job incorrectly detect branches, and needs to be adjusted:

  | Checking out 8.16 branch.
  | error: pathspec '8.16' did not match any file(s) known to git
  | 8.16 branch doesn't exist.
  | HEAD is now at a426e1b7f Known issue for 8.15.1 related to env vars references (#16455) (#16470)
  | Checking out 9.0 branch.
  | error: pathspec '9.0' did not match any file(s) known to git
  | 9.0 branch doesn't exist.
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

No branches or pull requests

1 participant