Skip to content

Commit 8ea9fbc

Browse files
Drone: assistant now uses stable branch
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 6c9f49c commit 8ea9fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)