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