Skip to content

Commit 6a639ea

Browse files
use specific text app with templates
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent b550d47 commit 6a639ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
- su www-data -c "php /var/www/html/occ group:adduser users user2"
101101
- su www-data -c "git clone -b master https://github.com/nextcloud/activity.git /var/www/html/apps/activity/"
102102
- su www-data -c "php /var/www/html/occ app:enable activity"
103-
- su www-data -c "git clone -b master https://github.com/nextcloud/text.git /var/www/html/apps/text/"
103+
- su www-data -c "git clone -b master https://github.com/nextcloud/testing_directediting.git /var/www/html/apps/testing_directediting/"
104104
- su www-data -c "php /var/www/html/occ app:enable text"
105105
- /run.sh
106106

0 commit comments

Comments
 (0)