Skip to content

Commit e9316a5

Browse files
Merge pull request #1519 from nextcloud/assistantStable
NC assistant use stable29 branch
2 parents 2c62a70 + 5cd782c commit e9316a5

File tree

4 files changed

+133
-136
lines changed

4 files changed

+133
-136
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ services:
217217
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
218218
- su www-data -c "php /var/www/html/occ app:enable -f notifications"
219219
- su www-data -c "php /var/www/html/occ notification:generate test test"
220-
- su www-data -c "git clone --depth 1 https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
221-
- su www-data -c "cd /var/www/html/apps/assistant; git checkout tags/v1.0.2; source ~/.bashrc; make"
222-
- su www-data -c "php /var/www/html/occ app:enable -f assistant"
220+
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
221+
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; make"
222+
- su www-data -c "php /var/www/html/occ app:enable assistant"
223223
- su www-data -c "php /var/www/html/occ app:enable -f testing"
224224
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
225225
- su www-data -c "cd /var/www/html/apps/photos; composer install"
@@ -235,6 +235,6 @@ trigger:
235235
- pull_request
236236
---
237237
kind: signature
238-
hmac: 2c8cb534b0d423fcc1181a27dcb42c1c19f00ab1881b3bef5eb77602212f4eac
238+
hmac: 1c9fede0ba62faa206b26173fff20307527eb2bef82583554e952d8740a7acfb
239239

240240
...

0 commit comments

Comments
 (0)