Skip to content

Commit c154e47

Browse files
committed
Add CustomPath field to RuntimeArtifact proto.
Signed-off-by: agoins <[email protected]>
1 parent e51df51 commit c154e47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/v2alpha1/pipeline_spec.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@ message RuntimeArtifact {
967967

968968
// Properties of the Artifact.
969969
google.protobuf.Struct metadata = 6;
970+
971+
// Custom path for output artifact.
972+
optional string custom_path = 7;
970973
}
971974

972975
// Message that represents a list of artifacts.

0 commit comments

Comments
 (0)