Skip to content

Commit 84bfdc1

Browse files
use stable20
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 9cc1628 commit 84bfdc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
---
366366
kind: signature
367-
hmac: 2989789c55e48203877fd375190326ca816c47b754b9d45534703a2f0aaf96fb
367+
hmac: 242dd823e43429cdcc284b604e9284651c38c270002ce05e4fa930ee6041645d
368368

369369
...

0 commit comments

Comments
 (0)