Skip to content

Commit

Permalink
Default to build quack to test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jun 13, 2024
1 parent 1c23c36 commit 199ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
raise ValueError('cannot have multiple descriptors changed or packages with spaces in their names')
desc_file = desc_files[0]
if len(desc_file) == 0:
raise ValueError('description file not found (ALL_CHANGED_FILES was set but empty)')
desc_file = 'extensions/quack/description.yml'

with open(desc_file, 'r') as stream:
desc = yaml.safe_load(stream)
Expand Down

0 comments on commit 199ca18

Please sign in to comment.