We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a770c3 commit 3cd708eCopy full SHA for 3cd708e
1 file changed
google/devtools/cloudbuild/v1/cloudbuild.proto
@@ -597,6 +597,11 @@ message BuildStep {
597
// only updated on build completion; step status is not updated in real-time
598
// as the build progresses.
599
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;
605
}
606
607
// Volume describes a Docker container volume which is mounted into build steps
0 commit comments