Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR] post-receive-build Build Permissions #158

Merged
merged 2 commits into from
Mar 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitchange
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1464312672
49dd4154d8f5d3b70691c8e3f52a063a49137fb7:57c8747de8dda4.48887965
853d9120b42cf4f2eabe2f35ea18a6ace7170ea6:585c45569c5799.00193099
2ea258a033ce686450ef6bccbc0f66efdba74ac1:58c192d8996aa1.46712585
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Updating to PHPCS v2.7.1 (previously using v2.5.1).
- Adding support for Elite packages (one above pro).
- Use `777` permissions on `/tmp/.websharks/phings`. See [Issue #156](https://github.com/websharks/phings/issues/156).

## v170105.65238

Expand Down
2 changes: 1 addition & 1 deletion src/psr4/setups/directories/tmp-sub-dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<available resource="${_tmp_sub_dir}" type="dir" />
</not>
<then>
<mkdir dir="${_tmp_sub_dir}" />
<mkdir dir="${_tmp_sub_dir}" mode="777" />
</then>
</if>

Expand Down