File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ 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/"
112+ - su www-data -c "git clone --depth 1 -b master https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
113113 - su www-data -c "php /var/www/html/occ app:enable -f recommendations"
114114 - /usr/local/bin/run.sh
115115
@@ -226,6 +226,7 @@ services:
226226 - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
227227 - su www-data -c "php /var/www/html/occ app:enable assistant"
228228 - su www-data -c "php /var/www/html/occ app:enable -f testing"
229+ - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
229230 - su www-data -c "php /var/www/html/occ app:enable recommendations"
230231 - /usr/local/bin/run.sh
231232
@@ -238,6 +239,6 @@ trigger:
238239 - pull_request
239240---
240241kind : signature
241- hmac : 9f5b7b3acf359f9304dc3b55e95fd5d7f6e1732811438952fefb503f313e74c3
242+ hmac : 14ac6c37dff11e86a8704dfc9b4873af5f4d6a14be6d981bf9cf7887c9e4e571
242243
243244...
You can’t perform that action at this time.
0 commit comments