Skip to content

Commit 6ba7495

Browse files
tobiasKaminskybackportbot[bot]
authored andcommitted
Drone: assistant now uses stable branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 02c9704 commit 6ba7495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ services:
225225
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
226226
- su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
227227
- su www-data -c "php /var/www/html/occ app:enable -f photos"
228-
- su www-data -c "git clone --depth 1 -b main https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
228+
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
229229
- su www-data -c "cd /var/www/html/apps/assistant; source ~/.bashrc; composer install --no-dev"
230230
- su www-data -c "php /var/www/html/occ app:enable assistant"
231231
- su www-data -c "php /var/www/html/occ app:enable -f testing"
@@ -245,6 +245,6 @@ trigger:
245245
- pull_request
246246
---
247247
kind: signature
248-
hmac: 80466d01c8935abdfb8637b85de6c47ecdb02736508c5fabc249bd130adf2a61
248+
hmac: 2195ba559c458a941b5b20a602e1a1a931a7e02509e17a05fe2135deec7fc17e
249249

250250
...

0 commit comments

Comments
 (0)