Customizing Init Scripts
Background
The intended purpose of the init script is to provide an established location to run shell commands before the service's workflow runs. Uses include, but are not limited to:
Building source files
Building fixtures to use for mocking
To learn more where it is used, see:
WorkflowCustomizing
Each workflow provides an
initscript that will be run in the workflow'sinitstepIt can be accessed in the following location:
.stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME>/bin/init Modifications to this file will not be overriten when the
service createcommand is re-run.
Last updated
Was this helpful?