theohbrothers / Generate-DockerImageVariants

Easily generate a repository populated with Docker image variants. 🐳
MIT License
2 stars 1 forks source link

Fix (build): Add missing `samples/generate/templates/.gitlab-ci.yml.ps1` template file in published module #67

Closed leojonathanoh closed 1 year ago

leojonathanoh commented 1 year ago

It appears Publish-Module's automatic determination of .ps1 to include in the package will exclude any hidden .ps1 files (i.e. dotfiles), in this case samples/generate/templates/.gitlab-ci.yml.ps1 was not included in the module package.

The missing template causes first time Generate-DockerImageVariants . to fail with an error immediately after `Generate-DockerImageVariants . -Init. This can put off first itme users.