File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,9 +217,9 @@ services:
217217 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
218218 - su www-data -c "php /var/www/html/occ app:enable -f notifications"
219219 - 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"
223223 - su www-data -c "php /var/www/html/occ app:enable -f testing"
224224 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
225225 - su www-data -c "cd /var/www/html/apps/photos; composer install"
@@ -235,6 +235,6 @@ trigger:
235235 - pull_request
236236---
237237kind : signature
238- hmac : 2c8cb534b0d423fcc1181a27dcb42c1c19f00ab1881b3bef5eb77602212f4eac
238+ hmac : 1c9fede0ba62faa206b26173fff20307527eb2bef82583554e952d8740a7acfb
239239
240240...
You can’t perform that action at this time.
0 commit comments