[go: nahoru, domu]

Skip to content

Commit

Permalink
feat:add script field to BuildStep message
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 392761119
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 25, 2021
1 parent 8a770c3 commit 3cd708e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/devtools/cloudbuild/v1/cloudbuild.proto
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,11 @@ message BuildStep {
// only updated on build completion; step status is not updated in real-time
// as the build progresses.
Build.Status status = 12 [(google.api.field_behavior) = OUTPUT_ONLY];

// A shell script to be executed in the step.
//
// When script is provided, the user cannot specify the entrypoint or args.
string script = 19;
}

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

0 comments on commit 3cd708e

Please sign in to comment.