From 54d95b9c596e9ba85e37bf8c6d25c8115e92cbba Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 14 Sep 2025 00:38:57 +0200 Subject: [PATCH] minor drone lint fix --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0f1cb96..9d9028a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ kind: pipeline name: default +type: docker steps: - name: deploy @@ -35,8 +36,8 @@ trigger: --- kind: pipeline -type: exec # this job is executed on the host machine name: caddy-permissions +type: exec # this job is executed on the host machine depends_on: - default