File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ services:
101101 - su www-data -c "php /var/www/html/occ groupfolders:create groupfolder"
102102 - su www-data -c "php /var/www/html/occ groupfolders:group 1 users"
103103 - su www-data -c "git clone --depth 1 https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
104+ - su www-data -c "cd /var/www/html/apps/notifications; composer install --no-dev"
104105 - su www-data -c "php /var/www/html/occ app:enable -f notifications"
105106 - su www-data -c "php /var/www/html/occ notification:generate test -d test"
106107 - su www-data -c "git clone --depth 1 https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
@@ -222,6 +223,7 @@ services:
222223 - su www-data -c "php /var/www/html/occ groupfolders:create groupfolder"
223224 - su www-data -c "php /var/www/html/occ groupfolders:group 1 users"
224225 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
226+ - su www-data -c "cd /var/www/html/apps/notifications; composer install --no-dev"
225227 - su www-data -c "php /var/www/html/occ app:enable -f notifications"
226228 - su www-data -c "php /var/www/html/occ notification:generate test test"
227229 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
@@ -247,6 +249,6 @@ trigger:
247249 - pull_request
248250---
249251kind : signature
250- hmac : 828e44f1fb916caed5fc723c2a817d2c649e97aadea3165cccf3ed1c5f973a05
252+ hmac : d51bba0f9e5754b040cc2a99847a261a21e283074dabffa811f0c0eaf11f6968
251253
252254...
You can’t perform that action at this time.
0 commit comments