Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ services:
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
- su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
- su www-data -c "php /var/www/html/occ app:enable -f photos"
- su www-data -c "git clone --depth 1 -b main https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
- su www-data -c "php /var/www/html/occ app:enable assistant"
- su www-data -c "php /var/www/html/occ app:enable -f testing"
Expand All @@ -245,6 +245,6 @@ trigger:
- pull_request
---
kind: signature
hmac: 80466d01c8935abdfb8637b85de6c47ecdb02736508c5fabc249bd130adf2a61
hmac: 2195ba559c458a941b5b20a602e1a1a931a7e02509e17a05fe2135deec7fc17e

...
Loading