File tree Expand file tree Collapse file tree 4 files changed +133
-136
lines changed Expand file tree Collapse file tree 4 files changed +133
-136
lines changed Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ services:
217
217
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
218
218
- su www-data -c "php /var/www/html/occ app:enable -f notifications"
219
219
- su www-data -c "php /var/www/html/occ notification:generate test test"
220
- - su www-data -c "git clone --depth 1 https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
221
- - su www-data -c "cd /var/www/html/apps/assistant; git checkout tags/v1.0.2; source ~/.bashrc; make"
222
- - su www-data -c "php /var/www/html/occ app:enable -f assistant"
220
+ - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
221
+ - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; make"
222
+ - su www-data -c "php /var/www/html/occ app:enable assistant"
223
223
- su www-data -c "php /var/www/html/occ app:enable -f testing"
224
224
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
225
225
- su www-data -c "cd /var/www/html/apps/photos; composer install"
@@ -235,6 +235,6 @@ trigger:
235
235
- pull_request
236
236
---
237
237
kind : signature
238
- hmac : 2c8cb534b0d423fcc1181a27dcb42c1c19f00ab1881b3bef5eb77602212f4eac
238
+ hmac : 1c9fede0ba62faa206b26173fff20307527eb2bef82583554e952d8740a7acfb
239
239
240
240
...
You can’t perform that action at this time.
0 commit comments