SetupBuildpackWithoutStack makes and uploads a buildpack without a stack.
(buildpackName string)
| 66 | |
| 67 | // SetupBuildpackWithoutStack makes and uploads a buildpack without a stack. |
| 68 | func 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 |
no test coverage detected