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

[CI] Adjust submodule DEPTH uniformly across scripts #5088

Merged

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Aug 22, 2024

  • Uniformly sets DEPTH to 999 across scripts
  • Closes npm install step fails to find submodule commit #5084 and should resolve it for 99.9% of the time; to make it work 100% of the time we'd need to fetch the full submodule repos (by not providing a --depth flag). But I don't think that it's worth imposing that for everyone who contributes to this repo.

@chalin chalin added the CI/infra CI & infrastructure label Aug 22, 2024
@chalin chalin requested a review from a team August 22, 2024 15:50
@chalin chalin merged commit 9ecec20 into open-telemetry:main Aug 22, 2024
17 checks passed
@chalin chalin deleted the chalin-mb-submodule-depth-adj-2024-08-22 branch August 22, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

npm install step fails to find submodule commit
2 participants