From f2f5cf653d40fee161d112838aa274e3654ff7bc Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Tue, 8 Jul 2025 03:50:02 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e4773c7..b87ef29 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,8 @@ environment: steps: - name: clone image: alpine/git:latest - commands: git clone http://192.168.1.12/akshun/public-k3s + commands: + - git clone http://192.168.1.12/akshun/public-k3s - name: renovate - validate config image: renovate/renovate:41.17.2