fix: controller executable path in drone

This commit is contained in:
Tobias Reisinger 2020-07-01 00:29:56 +02:00
parent 89f60b5044
commit 65b8660d37

View file

@ -45,7 +45,7 @@ steps:
image: serguzim/emgauwa-builder image: serguzim/emgauwa-builder
pull: always pull: always
environment: environment:
EMGAUWA_CONTROLLER_EXE: /drone/src/emgauwa-controller-testing/build/controller EMGAUWA_CONTROLLER_EXE: /drone/src/controller/build/controller
commands: commands:
- mkdir build - mkdir build
- cd build - cd build