From 65b8660d379c69602c68cb9f430635df94fb465f Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 1 Jul 2020 00:29:56 +0200 Subject: [PATCH] fix: controller executable path in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e7422b2..33e1776 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: image: serguzim/emgauwa-builder pull: always environment: - EMGAUWA_CONTROLLER_EXE: /drone/src/emgauwa-controller-testing/build/controller + EMGAUWA_CONTROLLER_EXE: /drone/src/controller/build/controller commands: - mkdir build - cd build