Skip to content

Commit 8a1b7f1

Browse files
authored
Merge pull request #104 from span786/CAT-2051-add-tooling-to-not-ignored-path-while-packaging
(CAT-2051): Add 'tooling' folder to be included while packaging 'puppetlabs-kubernetes'
2 parents 3fbb209 + f884afb commit 8a1b7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/modulebuilder/builder.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Builder
3232
'!/tasks/**',
3333
'!/templates/**',
3434
'!/types/**',
35+
'!/tooling/**',
3536
].freeze
3637

3738
attr_reader :destination, :logger

0 commit comments

Comments
 (0)