We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da0f3b commit 4a8e4d4Copy full SHA for 4a8e4d4
src/Common/CIPipeline.Types.ts
@@ -129,8 +129,7 @@ interface ConditionDetails {
129
conditionalValue: string
130
}
131
132
-// FIXME: mountCodeToContainerPath is not here :/
133
-interface InlineStepDetailType {
+export interface InlineStepDetailType {
134
scriptType: ScriptType
135
isMountCustomScript?: boolean
136
script?: string
@@ -149,6 +148,8 @@ interface InlineStepDetailType {
149
148
inputVariables?: VariableType[]
150
outputVariables?: VariableType[]
151
conditionDetails: ConditionDetails[]
+ storeScriptAt?: string
152
+ mountCodeToContainerPath?: string
153
154
155
interface PluginRefStepDetailType {
0 commit comments