From 419031238ace381072d779ae70bc4471a5c77dee Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 4 Oct 2024 12:18:07 +0200 Subject: [PATCH] update LibreTranslate --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 54996e0..6f1b0f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,11 +6,14 @@ platform: os: linux arch: arm64 +clone: + disable: true + steps: -- name: submodules +- name: clone image: alpine/git commands: - - git submodule update --init --recursive + - git clone --recursive https://git.manalejandro.com/ale/libretranslate-api . - name: build image: docker:dind privileged: true