From 4c300ab9e52d1c8113b2632a7a7b45b37210ba88 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Sep 2024 14:55:49 +0200 Subject: [PATCH] tentative de clone sur le 1982 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84cfc97..3c722c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: - echo "bonjour" - name: Clonage du Repo commands: - - git clone git@git.deligraph.be:Antoine/lhoist-stay-safe__backend-theme.git + - git clone -c core.sshCommand="ssh -p 1982" git@git.deligraph.be:Antoine/lhoist-stay-safe__backend-theme.git + # - git clone git@git.deligraph.be:Antoine/lhoist-stay-safe__backend-theme.git - name: Installation du package commands: - cd lhoist-stay-safe__backend-theme