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

Parallel checkouts don't work with additionalInstructions defined in compile.yaml #314

Open
singhd789 opened this issue Jan 7, 2025 · 1 comment

Comments

@singhd789
Copy link
Collaborator

Describe the bug
When using fre make tools, if components in the compile.yaml includes additionalInstructions, the parallel checkout does not work. This is because as the git clones run in parallel, other steps that want to go into those clones repos, but if they're not fully clones yet, it will exit with error.

To Reproduce
Adding additional instructions such as cd [component] in component information in the compile.yaml will cause this issue.

Expected behavior
Even if additionalInstructions are included in components, we want to be able to do parallel checkouts.

@singhd789
Copy link
Collaborator Author

Covered in this PR: #311

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