Skip to content

Commit

Permalink
Making sites/[site-name] writable for setup:drush:settings target.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Mar 20, 2017
1 parent e75d45b commit 5946bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.required.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"drupal-composer/drupal-scaffold": "^2.1.0",
"jarnaiz/behat-junit-formatter": "^1.3.2",
"se/selenium-server-standalone": "^2.53",
"jakoch/phantomjs-installer": "^2.1.1-p07"
"jakoch/phantomjs-installer": "2.1.1-p07"
},
"autoload-dev": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
</target>

<target name="setup:drush:settings:site" description="Create local drush settings files for an individual site." hidden="true">
<chmod mode="0755" file="${docroot}/sites/${multisite.name}" failonerror="false"/>
<if>
<not><available file="${docroot}/sites/${multisite.name}/local.drushrc.php" type="file" /></not>
<then>
Expand Down

0 comments on commit 5946bd5

Please sign in to comment.