Skip to content

Commit f4a31c8

Browse files
author
Alan Christie
committed
fix: Add support for image->fix-permissions
1 parent 7a9f4ad commit f4a31c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

decoder/job-definition-schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ definitions:
131131
- simple
132132
- nextflow
133133
default: simple
134+
fix-permissions:
135+
type: boolean
134136
pull-secret:
135137
$ref: '#/definitions/rfc-1035-name'
136138
memory:

tests/test_validate_job_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"tag": "1.0.0",
2626
"project-directory": "/data",
2727
"working-directory": "/data",
28+
"fix-permissions": True,
2829
},
2930
"command": "sys.exit(1)",
3031
}

0 commit comments

Comments
 (0)