Skip to content

Commit 3cd708e

Browse files
Google APIscopybara-github
authored andcommitted
feat:add script field to BuildStep message
PiperOrigin-RevId: 392761119
1 parent 8a770c3 commit 3cd708e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/devtools/cloudbuild/v1/cloudbuild.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,11 @@ message BuildStep {
597597
// only updated on build completion; step status is not updated in real-time
598598
// as the build progresses.
599599
Build.Status status = 12 [(google.api.field_behavior) = OUTPUT_ONLY];
600+
601+
// A shell script to be executed in the step.
602+
//
603+
// When script is provided, the user cannot specify the entrypoint or args.
604+
string script = 19;
600605
}
601606

602607
// Volume describes a Docker container volume which is mounted into build steps

0 commit comments

Comments
 (0)