Skip to content

Commit

Permalink
verify_manifest_consistency is set to True by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders M committed Jun 19, 2024
1 parent d699bae commit 9f74847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_builder/image_builder/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class Config(BaseModel):
clean_up_workspaces: bool = True

# Verify if the submitted manifest YAML is consistent with the git repository
verify_manifest_consistency: bool = False
verify_manifest_consistency: bool = True

0 comments on commit 9f74847

Please sign in to comment.