Skip to content

Commit

Permalink
Add builder
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 22, 2024
1 parent 072dc47 commit 6f92712
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cookbooks/boxcutter_builder/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@
'user' => 'craft',
'group' => 'craft',
'builders' => {
# 'mybuilder' => {
# 'name' => 'mybuilder',
# 'driver' => 'docker-container',
# 'use' => true,
# },
'mybuilder' => {
'name' => 'mybuilder',
'driver' => 'docker-container',
'use' => true,
},
},
}
end

0 comments on commit 6f92712

Please sign in to comment.