Skip to content

Commit

Permalink
Add support for hwc buildback
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-dt committed Sep 5, 2024
1 parent ed2a0b6 commit 41c22cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (h *Hook) AfterCompile(stager *libbuildpack.Stager) error {
h.Log.Debug("Making %s executable...", installerFilePath)
os.Chmod(installerFilePath, 0755)

h.Log.BeginStep("Starting Dynatrace OneAgent installer")
/*h.Log.BeginStep("Starting Dynatrace OneAgent installer")
//if os.Getenv("BP_DEBUG") != "" {
err = h.Command.Execute("", os.Stdout, os.Stderr, installerFilePath, stager.BuildDir())
Expand Down Expand Up @@ -199,7 +199,7 @@ func (h *Hook) AfterCompile(stager *libbuildpack.Stager) error {
}
}
h.Log.Info("Dynatrace OneAgent injection is set up.")
h.Log.Info("Dynatrace OneAgent injection is set up.")*/

return nil
}
Expand Down

0 comments on commit 41c22cc

Please sign in to comment.