From 4a999674cf0d04d5fe32dfa27614cb2f85e7d583 Mon Sep 17 00:00:00 2001 From: akshun Date: Thu, 19 Jun 2025 12:28:51 +0000 Subject: [PATCH] minor correction --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b7f796a..dbe271f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: clone-repo image: alpine/git:latest commands: - - git clone https://gitea.akshun-lab.uk/akshun/python-script.git /artifacts + - git clone https://gitea.akshun-lab.uk/akshun/python-setup.git /artifacts volumes: - name: artifacts path: /artifacts