Skip to content

Commit 0824457

Browse files
committed
rebase
1 parent 3f26d05 commit 0824457

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

provisionersdk/proto/provisioner.pb.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/e2e/provisionerGenerated.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export interface Agent {
119119
shutdownScriptTimeoutSeconds: number
120120
metadata: Agent_Metadata[]
121121
startupScriptBehavior: string
122+
defaultApps: string[]
122123
}
123124

124125
export interface Agent_Metadata {
@@ -500,6 +501,9 @@ export const Agent = {
500501
if (message.startupScriptBehavior !== "") {
501502
writer.uint32(154).string(message.startupScriptBehavior)
502503
}
504+
for (const v of message.defaultApps) {
505+
writer.uint32(162).string(v!)
506+
}
503507
return writer
504508
},
505509
}

0 commit comments

Comments
 (0)