We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef75d commit 76e636cCopy full SHA for 76e636c
lib/java_buildpack/framework/takipi_agent.rb
@@ -31,6 +31,7 @@ class TakipiAgent < JavaBuildpack::Component::VersionedDependencyComponent
31
def compile
32
download_tar
33
@droplet.copy_resources
34
+ FileUtils.mkdir_p @droplet.sandbox + 'log/agents/'
35
end
36
37
# (see JavaBuildpack::Component::BaseComponent#release)
0 commit comments