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

feat: allow files to be excluded from scriptDirectory #1526

Merged

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Nov 28, 2023

Sometimes it can be difficult to prepare the scriptDirectory exactly as it should be uploaded before synth. For example it might contain files that are not required to run the script (like a README) or build artifacts that are produced during local testing, but will be created as part of the script anyway.

To aid these situations, it is now possible to exclude files from the uploaded script dir.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rix0rrr rix0rrr merged commit 2892c7b into main Nov 28, 2023
5 of 7 checks passed
@rix0rrr rix0rrr deleted the mrgrain/feat/support-excluding-files-for-script-directory branch November 28, 2023 13:17
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

Successfully merging this pull request may close these issues.

2 participants