Skip to content

Commit a0c49a3

Browse files
Drone: add recommendations
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 1634567 commit a0c49a3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.drone.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ services:
109109
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
110110
- su www-data -c "php /var/www/html/occ app:enable -f assistant"
111111
- su www-data -c "php /var/www/html/occ app:enable -f testing"
112+
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
113+
- su www-data -c "php /var/www/html/occ app:enable -f recommendations"
112114
- /usr/local/bin/run.sh
113115

114116
trigger:
@@ -224,6 +226,7 @@ services:
224226
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
225227
- su www-data -c "php /var/www/html/occ app:enable assistant"
226228
- su www-data -c "php /var/www/html/occ app:enable -f testing"
229+
- su www-data -c "php /var/www/html/occ app:enable recommendations"
227230
- /usr/local/bin/run.sh
228231

229232
trigger:
@@ -235,6 +238,6 @@ trigger:
235238
- pull_request
236239
---
237240
kind: signature
238-
hmac: 3e71a44f6f57a4d4d853c586c0c322bf0b718d96627906b92864e12353e5a014
241+
hmac: 9f5b7b3acf359f9304dc3b55e95fd5d7f6e1732811438952fefb503f313e74c3
239242

240243
...

0 commit comments

Comments
 (0)