fix: remove command from old config

This commit is contained in:
Tobias Reisinger 2020-06-30 02:01:18 +02:00
parent eac682fedf
commit 4e20342f20

View file

@ -28,7 +28,6 @@ steps:
environment: environment:
EMGAUWA_CONTROLLER_EXE: /drone/src/emgauwa-controller-testing/build/controller EMGAUWA_CONTROLLER_EXE: /drone/src/emgauwa-controller-testing/build/controller
commands: commands:
- chmod +x controller
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..