From e7ec01a11389978c79f07159d9274a70fb0f9e78 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 30 Jun 2020 01:09:49 +0200 Subject: [PATCH] fix: download destination (debugging) --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 478a0d3..40bec5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,11 +6,13 @@ steps: image: plugins/download settings: source: http://vmi366681.contaboserver.net:6423/archive/emgauwa-controller-testing/6/controller - destination: /drone/controller + destination: controller - name: test image: serguzim/emgauwa-builder pull: always commands: + - ls + - ls / - chmod +x /drone/controller - mkdir build - cd build