Skip to content

Commit 0940796

Browse files
tobiasKaminskyAlvaroBrey
authored andcommitted
test sending notification after startup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 3df3632 commit 0940796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ services:
8787
- su www-data -c "php /var/www/html/occ app:enable -f files_lock"
8888
- su www-data -c "git clone -b master https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
8989
- su www-data -c "php /var/www/html/occ app:enable notifications"
90+
- /usr/local/bin/run.sh &
9091
- su www-data -c "php /var/www/html/occ notification:generate 'test' 'test message'"
91-
- /usr/local/bin/run.sh
9292

9393
trigger:
9494
branch:

0 commit comments

Comments
 (0)