script property

String? script
getter/setter pair

A shell script to be executed in the step.

When script is provided, the user cannot specify the entrypoint or args.

Implementation

core.String? script;