-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 640 Ignore unrelated files when creating modules zip (#700)
When we validate the fragments folder we only look at files ending on json or yaml, but when we run cfn submit we just zip up everything in the fragments folder. This can cause the module registration to fail when there are unrelated files in that folder (such as files created by an IDE for example). This PR changes the file-zipping logic to only include the relevant fragment files.
- Loading branch information
1 parent
5b11f02
commit a804c60
Showing
1 changed file
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters