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

Git steps: what does method=copy do with submodules? #7473

Open
vext01 opened this issue Mar 14, 2024 · 0 comments
Open

Git steps: what does method=copy do with submodules? #7473

vext01 opened this issue Mar 14, 2024 · 0 comments

Comments

@vext01
Copy link

vext01 commented Mar 14, 2024

The docs say this about method=copy for the Git step:

This first checks out source into source directory, then copies the source directory to build directory, and then performs the build operation in the copied directory. This way, we make fresh builds with very little bandwidth to download source. The behavior of source checkout follows exactly the same as incremental. It performs all the incremental checkout behavior in source directory.

I think the docs need to say whether method=copy (or "incremental" for that matter) sync the submodules or not.

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