File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ services:
107107 - su www-data -c "git clone --depth 1 https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
108108 - su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
109109 - su www-data -c "php /var/www/html/occ app:enable -f photos"
110- - su www-data -c "git clone --depth 1 https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
110+ - su www-data -c "git clone --depth 1 -b main https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
111111 - su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
112112 - su www-data -c "php /var/www/html/occ app:enable -f assistant"
113113 - su www-data -c "php /var/www/html/occ app:enable -f testing"
@@ -364,6 +364,6 @@ trigger:
364364 - pull_request
365365---
366366kind : signature
367- hmac : 2989789c55e48203877fd375190326ca816c47b754b9d45534703a2f0aaf96fb
367+ hmac : 242dd823e43429cdcc284b604e9284651c38c270002ce05e4fa930ee6041645d
368368
369369...
You can’t perform that action at this time.
0 commit comments