Skip to content

Commit

Permalink
Merge pull request #747 from conda-forge/beckermr-patch-1
Browse files Browse the repository at this point in the history
fix: turn off permissions changes for now
  • Loading branch information
beckermr authored Oct 27, 2024
2 parents 852f3f3 + 16c2c49 commit 76ab36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def main_finalize_task(task_data_dir):
feedstock_dir,
ignore_dot_git=True,
update_git=True,
sync_stat_metadata=True,
sync_stat_metadata=False, # turn this off for now
)
subprocess.run(
["git", "add", "."],
Expand Down

0 comments on commit 76ab36d

Please sign in to comment.