File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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"
@@ -245,6 +245,6 @@ trigger:
245245 - pull_request
246246---
247247kind : signature
248- hmac : 80466d01c8935abdfb8637b85de6c47ecdb02736508c5fabc249bd130adf2a61
248+ hmac : 2195ba559c458a941b5b20a602e1a1a931a7e02509e17a05fe2135deec7fc17e
249249
250250...
You can’t perform that action at this time.
0 commit comments