fix: controller executable path in drone
This commit is contained in:
parent
89f60b5044
commit
65b8660d37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue