Skip to content

Commit

Permalink
add metadata.rb to chef-supermarkte integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfuchs committed Aug 21, 2019
1 parent 02cce75 commit 361f87b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/providers/chef_supermarket/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ File.write 'metadata.json', <<~str
}
str

File.write 'metadata.rb', <<~str
name 'dpl_test'
str

File.write 'recipes/default.rb', <<~str
log "#{ENV['ID']}"
str

0 comments on commit 361f87b

Please sign in to comment.