Method: PDK::Module::Build#build_dir

Defined in:
lib/pdk/module/build.rb

#build_dirObject

Return the path to the temporary build directory, which will be placed inside the target directory and match the release name (see #release_name).



65
66
67
# File 'lib/pdk/module/build.rb', line 65

def build_dir
  @build_dir ||= File.join(target_dir, release_name)
end