Skip to content

Commit 4a8e4d4

Browse files
committed
feat: Add mountCodeToContainerPath and storeScriptAt properties to InlineStepDetailType
1 parent 0da0f3b commit 4a8e4d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Common/CIPipeline.Types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ interface ConditionDetails {
129129
conditionalValue: string
130130
}
131131

132-
// FIXME: mountCodeToContainerPath is not here :/
133-
interface InlineStepDetailType {
132+
export interface InlineStepDetailType {
134133
scriptType: ScriptType
135134
isMountCustomScript?: boolean
136135
script?: string
@@ -149,6 +148,8 @@ interface InlineStepDetailType {
149148
inputVariables?: VariableType[]
150149
outputVariables?: VariableType[]
151150
conditionDetails: ConditionDetails[]
151+
storeScriptAt?: string
152+
mountCodeToContainerPath?: string
152153
}
153154

154155
interface PluginRefStepDetailType {

0 commit comments

Comments
 (0)