Skip to content

Commit

Permalink
Remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstosik committed Oct 7, 2024
1 parent d400572 commit f45c754
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/commands/builder_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ def new_builder_command(additional_config = {})
Kamal::Commands::Builder.new(Kamal::Configuration.new(@config.deep_merge(additional_config), version: "123"))
end

def build_directory
"#{Dir.tmpdir}/kamal-clones/app/kamal/"
end

def local_arch
Kamal::Utils.docker_arch
end
Expand Down

0 comments on commit f45c754

Please sign in to comment.