Skip to content

Commit 757929d

Browse files
Merge pull request #1954 from nextcloud/notificationNeedsComposer
Drone: notifications needs composer
2 parents 4e2df15 + 45f133b commit 757929d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
---
249251
kind: signature
250-
hmac: 828e44f1fb916caed5fc723c2a817d2c649e97aadea3165cccf3ed1c5f973a05
252+
hmac: d51bba0f9e5754b040cc2a99847a261a21e283074dabffa811f0c0eaf11f6968
251253

252254
...

0 commit comments

Comments
 (0)