File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ services:
109109 - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
110110 - su www-data -c "php /var/www/html/occ app:enable -f assistant"
111111 - su www-data -c "php /var/www/html/occ app:enable -f testing"
112+ - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
113+ - su www-data -c "php /var/www/html/occ app:enable -f recommendations"
112114 - /usr/local/bin/run.sh
113115
114116trigger :
@@ -224,6 +226,7 @@ services:
224226 - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
225227 - su www-data -c "php /var/www/html/occ app:enable assistant"
226228 - su www-data -c "php /var/www/html/occ app:enable -f testing"
229+ - su www-data -c "php /var/www/html/occ app:enable recommendations"
227230 - /usr/local/bin/run.sh
228231
229232trigger :
@@ -235,6 +238,6 @@ trigger:
235238 - pull_request
236239---
237240kind : signature
238- hmac : 3e71a44f6f57a4d4d853c586c0c322bf0b718d96627906b92864e12353e5a014
241+ hmac : 9f5b7b3acf359f9304dc3b55e95fd5d7f6e1732811438952fefb503f313e74c3
239242
240243...
You can’t perform that action at this time.
0 commit comments