test cicd
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Antoine M 2024-09-24 16:25:14 +02:00
parent ccaad42aed
commit 8ae2c569b5

View File

@ -3,6 +3,12 @@ type: docker
name: default name: default
steps: steps:
- name: test
image: alpine
commands:
- pwd
- ls
- name: master_build - name: master_build
image: cschlosser/drone-ftps image: cschlosser/drone-ftps
environment: environment:
@ -11,7 +17,6 @@ steps:
FTP_PASSWORD: FTP_PASSWORD:
from_secret: ftp_password from_secret: ftp_password
PLUGIN_HOSTNAME: test.deligraph.com:22 PLUGIN_HOSTNAME: test.deligraph.com:22
PLUGIN_SRC_DIR: ./
PLUGIN_DEST_DIR: /test PLUGIN_DEST_DIR: /test
PLUGIN_SECURE: false PLUGIN_SECURE: false
PLUGIN_VERIFY: false PLUGIN_VERIFY: false