Skip to content

Commit

Permalink
concourse: docker: clean removes generated dockerfiles
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Jan 26, 2019
1 parent a419231 commit 00fbf0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ HOE = Hoe.spec 'nokogiri' do
self.clean_globs += [
'nokogiri.gemspec',
'lib/nokogiri/nokogiri.{bundle,jar,rb,so}',
'lib/nokogiri/[0-9].[0-9]'
'lib/nokogiri/[0-9].[0-9]',
'concourse/images/*.generated'
]
self.clean_globs += Dir.glob("ports/*").reject { |d| d =~ %r{/archives$} }

Expand Down

0 comments on commit 00fbf0c

Please sign in to comment.