From 3d849ac39209fa2841245eb3dfa42a82034bc07e Mon Sep 17 00:00:00 2001
From: Adam G-H <32250-phenaproxima@users.noreply.drupalcode.org>
Date: Tue, 21 Jan 2025 16:17:14 +0000
Subject: [PATCH] Issue #3501187 by phenaproxima, penyaskito: Can't apply
 recipes in Tugboat environments

---
 .tugboat/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.tugboat/config.yml b/.tugboat/config.yml
index 3b0f3a8ea..3de0354b9 100644
--- a/.tugboat/config.yml
+++ b/.tugboat/config.yml
@@ -30,6 +30,7 @@ services:
         - chmod 2775 $TUGBOAT_ROOT/project
         - chgrp -R www-data $TUGBOAT_ROOT/project
         - chmod g+w $TUGBOAT_ROOT/project/web
+        - chmod g+w $TUGBOAT_ROOT/project/vendor
         # Install Drupal using Drush.
         - |
           set -e
-- 
GitLab