Skip to content

fix: remove silent error suppression from chmod in shared storage - #38

Merged
loadinglucian merged 1 commit into
mainfrom
fix/chmod-fail-fast-on-error
Feb 25, 2026
Merged

fix: remove silent error suppression from chmod in shared storage#38
loadinglucian merged 1 commit into
mainfrom
fix/chmod-fail-fast-on-error

Conversation

@loadinglucian

Copy link
Copy Markdown
Owner

Removes 2>/dev/null || true from find + chmod calls in set_group_writable_tree, also dropping the now-outdated comment.

With set -euo pipefail in effect, chmod failures will now abort the deployment instead of being silently swallowed. This surfaces real permission issues rather than hiding them.

@loadinglucian
loadinglucian merged commit 4b0bd6b into main Feb 25, 2026
@loadinglucian
loadinglucian deleted the fix/chmod-fail-fast-on-error branch February 25, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant