From ea1b845f5eca971897c38c3e06a24e2b1d1ec39e Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 30 Jun 2020 01:11:16 +0200 Subject: [PATCH] fix: more bad paths --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 40bec5b..56188a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,13 +11,11 @@ steps: image: serguzim/emgauwa-builder pull: always commands: - - ls - - ls / - - chmod +x /drone/controller + - chmod +x controller + - export EMGAUWA_CONTROLLER_EXE=$PWD/controller - mkdir build - cd build - cmake .. - - export EMGAUWA_CONTROLLER_EXE=/drone/controller - make test trigger: