Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky authored and AndyScherzinger committed Jun 2, 2023
1 parent 0708411 commit 1f0acbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -92,6 +92,7 @@ services:
- su www-data -c "php /var/www/html/occ groupfolders:group 1 users"
- su www-data -c "git clone https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
- su www-data -c "php /var/www/html/occ app:enable -f notifications"
- su www-data -c "php /var/www/html/occ notification:generate test -d test"
- /usr/local/bin/run.sh

trigger:
@@ -195,6 +196,7 @@ services:
- su www-data -c "php /var/www/html/occ groupfolders:group 1 users"
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
- su www-data -c "php /var/www/html/occ app:enable -f notifications"
- su www-data -c "php /var/www/html/occ notification:generate test test"
- /usr/local/bin/run.sh

trigger:

0 comments on commit 1f0acbd

Please sign in to comment.