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