Skip to content

Commit f45c754

Browse files
committed
Remove unnecessary method
1 parent d400572 commit f45c754

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/commands/builder_test.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ def new_builder_command(additional_config = {})
169169
Kamal::Commands::Builder.new(Kamal::Configuration.new(@config.deep_merge(additional_config), version: "123"))
170170
end
171171

172-
def build_directory
173-
"#{Dir.tmpdir}/kamal-clones/app/kamal/"
174-
end
175-
176172
def local_arch
177173
Kamal::Utils.docker_arch
178174
end

0 commit comments

Comments
 (0)