From 389f9769fc09ba177f77003700ad559e081027cb Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Sep 2024 15:59:25 +0200 Subject: [PATCH] test ftp cicd --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a65cf55..e78ce43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,8 @@ steps: - name: Clone Git Submodules image: alpine/git commands: - # - git clone https://git.deligraph.be/Antoine/Deligraph-V3.git - # - git submodule update --recursive --remote - - touch salut.txt - - echo "salut" + - git submodule init + - git submodule update --recursive --remote - name: Deploy to FTP server image: cschlosser/drone-ftps