From 8ae2c569b53950fb642c6ed7dd746d23f4263d0c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Sep 2024 16:25:14 +0200 Subject: [PATCH] test cicd --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9ecd59b..3fb9e46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ type: docker name: default steps: + - name: test + image: alpine + commands: + - pwd + - ls + - name: master_build image: cschlosser/drone-ftps environment: @@ -11,7 +17,6 @@ steps: FTP_PASSWORD: from_secret: ftp_password PLUGIN_HOSTNAME: test.deligraph.com:22 - PLUGIN_SRC_DIR: ./ PLUGIN_DEST_DIR: /test PLUGIN_SECURE: false PLUGIN_VERIFY: false