Skip to content

Commit 568a7d2

Browse files
authored
Merge pull request #935 from devtron-labs/feat/reserved-output-path
feat: add validation for reserved output directory path
2 parents 1b7d216 + c774ad7 commit 568a7d2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.20.6",
3+
"version": "1.20.7",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/CIPipeline.Types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ export interface TaskErrorObj {
338338
name: ErrorObj
339339
inlineStepDetail?: StepDetailTaskErrorObj
340340
pluginRefStepDetail?: StepDetailTaskErrorObj
341+
outputDirectoryPath?: ErrorObj[]
341342
}
342343
export interface FormErrorObjectType {
343344
name: ErrorObj

0 commit comments

Comments
 (0)