Skip to content
Snippets Groups Projects
Commit 3d849ac3 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3501187 by phenaproxima, penyaskito: Can't apply recipes in Tugboat environments

parent 9de5c2df
No related branches found
No related tags found
1 merge request!468Make vendor writable
Pipeline #401864 passed
...@@ -30,6 +30,7 @@ services: ...@@ -30,6 +30,7 @@ services:
- chmod 2775 $TUGBOAT_ROOT/project - chmod 2775 $TUGBOAT_ROOT/project
- chgrp -R www-data $TUGBOAT_ROOT/project - chgrp -R www-data $TUGBOAT_ROOT/project
- chmod g+w $TUGBOAT_ROOT/project/web - chmod g+w $TUGBOAT_ROOT/project/web
- chmod g+w $TUGBOAT_ROOT/project/vendor
# Install Drupal using Drush. # Install Drupal using Drush.
- | - |
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment