File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ services:
225225 - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
226226 - su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
227227 - su www-data -c "php /var/www/html/occ app:enable -f photos"
228- - su www-data -c "git clone --depth 1 -b main https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
228+ - su www-data -c "git clone --depth 1 b $SERVER_VERSION https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
229229 - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
230230 - su www-data -c "php /var/www/html/occ app:enable assistant"
231231 - su www-data -c "php /var/www/html/occ app:enable -f testing"
You can’t perform that action at this time.
0 commit comments