Skip to content

Commit 8c82af9

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 75ef98f commit 8c82af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ services:
191191
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false},\"2\":{\"id\":2,\"name\":\"Forum\",\"url\":\"https:\/\/help.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false}}"'
192192
- su www-data -c "php /var/www/html/occ app:enable external"
193193
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
194-
- su www-data -c "php /var/www/html/occ app:enable -f notifications"
194+
- su www-data -c "php /var/www/html/occ app:enable notifications"
195195
- su www-data -c "php /var/www/html/occ notification:generate test test"
196196
- /run.sh
197197

@@ -306,6 +306,6 @@ trigger:
306306
- pull_request
307307
---
308308
kind: signature
309-
hmac: 4e30dbff799323ba9b6907e4546d0c179fcb3086d1b697d83c2d9ba7f496e9f4
309+
hmac: e2550979286b413adafb9bacd27fced71784a70f452d590ff42c0cfdee426c0e
310310

311311
...

0 commit comments

Comments
 (0)