File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class MystBuildSchema(Schema):
44
44
"""
45
45
id = fields .Integer (required = True ,description = "Issue number of the technical screening of this preprint." )
46
46
repository_url = fields .Str (required = True ,description = "Full URL of a NeuroLibre compatible repository to be used for building the book." )
47
- commit_hash = fields .String (required = True ,dump_default = "HEAD" ,description = "Commit SHA to be checked out for building the book. Defaults to HEAD." )
47
+ commit_hash = fields .String (required = False ,dump_default = "HEAD" ,description = "Commit SHA to be checked out for building the book. Defaults to HEAD." )
48
48
binder_hash = fields .String (required = False ,dump_default = "HEAD" ,description = "Commit SHA at which a binder image was built successfully." )
49
49
50
50
class BuildTestSchema (Schema ):
You can’t perform that action at this time.
0 commit comments