Skip to content

Commit b967bf6

Browse files
tobiasKaminskyalperozturk96
authored andcommitted
update drone
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 23f4dfc commit b967bf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.drone.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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/"
112+
- su www-data -c "git clone --depth 1 -b master https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
113113
- su www-data -c "php /var/www/html/occ app:enable -f recommendations"
114114
- /usr/local/bin/run.sh
115115

@@ -226,6 +226,7 @@ services:
226226
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
227227
- su www-data -c "php /var/www/html/occ app:enable assistant"
228228
- su www-data -c "php /var/www/html/occ app:enable -f testing"
229+
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
229230
- su www-data -c "php /var/www/html/occ app:enable recommendations"
230231
- /usr/local/bin/run.sh
231232

@@ -238,6 +239,6 @@ trigger:
238239
- pull_request
239240
---
240241
kind: signature
241-
hmac: 9f5b7b3acf359f9304dc3b55e95fd5d7f6e1732811438952fefb503f313e74c3
242+
hmac: 14ac6c37dff11e86a8704dfc9b4873af5f4d6a14be6d981bf9cf7887c9e4e571
242243

243244
...

0 commit comments

Comments
 (0)