dependencies property

List<Dependency>? dependencies
getter/setter pair

Dependencies that the Cloud Build worker will fetch before executing user steps.

Optional.

Implementation

core.List<Dependency>? dependencies;