We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df3632 commit 0940796Copy full SHA for 0940796
1 file changed
.drone.yml
@@ -87,8 +87,8 @@ services:
87
- su www-data -c "php /var/www/html/occ app:enable -f files_lock"
88
- su www-data -c "git clone -b master https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
89
- su www-data -c "php /var/www/html/occ app:enable notifications"
90
+ - /usr/local/bin/run.sh &
91
- su www-data -c "php /var/www/html/occ notification:generate 'test' 'test message'"
- - /usr/local/bin/run.sh
92
93
trigger:
94
branch:
0 commit comments