MCPcopy
hub / github.com/cloudfoundry/cli / SetupBuildpackWithoutStack

Function SetupBuildpackWithoutStack

integration/helpers/buildpack.go:68–70  ·  view source on GitHub ↗

SetupBuildpackWithoutStack makes and uploads a buildpack without a stack.

(buildpackName string)

Source from the content-addressed store, hash-verified

66
67// SetupBuildpackWithoutStack makes and uploads a buildpack without a stack.
68func SetupBuildpackWithoutStack(buildpackName string) {
69 SetupBuildpackWithStack(buildpackName, "")
70}
71
72// CNB makes a simple cnb (using
73// MakeCNBArchive) and yields it to the given function, removing the cnb file

Callers 2

Calls 1

SetupBuildpackWithStackFunction · 0.85

Tested by

no test coverage detected