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
|
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
|
||||||
|
|
Loading…
Reference in a new issue