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" {} +