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

The folder files is copied during artifact builder process #3

Open
lpeidro opened this issue May 11, 2023 · 3 comments
Open

The folder files is copied during artifact builder process #3

lpeidro opened this issue May 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@lpeidro
Copy link

lpeidro commented May 11, 2023

When the command "drupal-artifact-builder create" is run, the artifact is build in a folder call "deploy-artifact".

In this process the folder "files" is copied. It has no implications when it comes to pushing the artifact, but at the performance level in case the files folder has a large number of files.

Therefore copying of the files folder should be excluded during the build of the artifact.

@omarlopesino omarlopesino added the enhancement New feature or request label May 11, 2023
@omarlopesino
Copy link
Member

I think I will additionally review folders that are always copied to ensure the copy and paste do not copy unnecessary folders

@omarlopesino
Copy link
Member

The solution for this is to excluding a list of files formed by the git ignore files that won't be copied to the artifact.

@omarlopesino
Copy link
Member

Task related: #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants