From c95ff1284609b9002e1564e774143822a2ad152c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 11:00:36 +0200 Subject: [PATCH] refining drone script --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d355f09..103bed4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,9 @@ kind: pipeline type: ssh name: default +clone: + disable: true + server: host: from_secret: ssh_host @@ -16,5 +19,5 @@ steps: PROJECT_SERVER_PATH: from_secret: project_server_path commands: - - ls + - git clone https://git.deligraph.be/Antoine/lhoist-stay-safe.git - pwd