class Minke::Generators::BuildCommands

BuildCommands define the command that will be executed in the docker container for each of the build steps.

Attributes

build[RW]

An array of commands to execute for the build step.

fetch[RW]

An array of commands to execute for the fetch step.

test[RW]

An array of commands to execute for the test step.