From 2d5bc5303fe39df08a6c727951c42df6871efc19 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:36:22 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 76e40e46..f74d6134 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,7 @@ steps: - name: rewrite-urls image: 'busybox:latest' commands: + - ls - >- find . -type f -exec sed -i -r "s@(href|src)=\"/@\1=\"$${PLUGIN_CONTAINER_PATH}@g" {} +