Adding Custom Init Scripts
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 customize the init
script:
Each workflow provides an
init
script that will be run in the workflow's init stepIt can be accessed in the following location:
Last updated